Add dns_txt, webrtc_mesh, and wsus_cache_peer LOTL deploy tiers with Forge toggles.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Implements three new spread lanes following the do_peer pattern: DNS TXT mesh staging, WebRTC LAN seed manifest delivery, and WSUS SoftwareDistribution cousin handoff. Integrates tiers into onion chain, deploy-plan allowlist, Forge UI/docs, and tests.
This commit is contained in:
AetherForge
2026-06-07 01:07:55 -07:00
parent 652356bfe6
commit 0be2de81a5
100 changed files with 3447 additions and 213 deletions

View File

@@ -1,7 +1,7 @@
.syscheck-panel {
margin-top: 1rem;
padding: 1rem 1.1rem;
border: 1px solid rgba(0, 245, 255, 0.25);
border: 1px solid rgba(0, 232, 245, 0.25);
border-radius: 8px;
background: rgba(8, 12, 24, 0.92);
max-height: 72vh;
@@ -20,7 +20,7 @@
.syscheck-header h3 {
margin: 0;
color: var(--accent-cyan, #00f5ff);
color: var(--accent-cyan, #00e8f5);
}
.syscheck-sub {
@@ -78,7 +78,7 @@
font-size: 0.78rem;
}
.syscheck-score {
color: #00f5ff;
color: #00e8f5;
font-weight: 600;
}
.syscheck-subhead {