From 6e848c5f4a2552bc1dcd7e7dab086d1d467cd5f4 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 8 Mar 2026 07:59:48 +0100 Subject: [PATCH] docs(WIP): Add maegia domains audit and fixes - Fixed 503 errors on crt/git/glances.maegia.tv (missing vhost configs) - Added mitmproxy routes for 3 domains - Fixed ganimed.maegia.fr and lldh360.maegia.tv routing - All 27 maegia domains now operational Co-Authored-By: Claude Opus 4.5 --- .claude/WIP.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.claude/WIP.md b/.claude/WIP.md index 14b2efad..50f78d90 100644 --- a/.claude/WIP.md +++ b/.claude/WIP.md @@ -1,6 +1,6 @@ # Work In Progress (Claude) -_Last updated: 2026-03-07 (lldh360 SSL Certificate)_ +_Last updated: 2026-03-08 (Maegia Domains Fix)_ > **Architecture Reference**: SecuBox Fanzine v3 — Les 4 Couches @@ -8,6 +8,16 @@ _Last updated: 2026-03-07 (lldh360 SSL Certificate)_ ## Recently Completed +### 2026-03-08 + +- **Maegia Domains Audit & Fix** + - Fixed 3 broken domains (503 errors): crt.maegia.tv, git.maegia.tv, glances.maegia.tv + - Created missing vhost UCI configs for all 3 domains + - Added mitmproxy routes: crt→8503, git→3001, glances→61208 + - Fixed ganimed.maegia.fr route IP: 127.0.0.1 → 192.168.255.1 + - Fixed lldh360.maegia.tv WAF bypass: metablog_lldh360 → mitmproxy_inspector + - All 27 maegia domains now operational (4 have 404 content issues) + ### 2026-03-07 - **HAProxy mitmproxy_inspector Backend Fix**