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

@@ -127,38 +127,6 @@
z-index: 1;
}
.page-header--sacred {
position: relative;
padding-bottom: 0.75rem;
}
.page-header--sacred::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background: linear-gradient(
90deg,
transparent,
rgba(201, 162, 39, 0.5) 15%,
rgba(0, 245, 255, 0.35) 50%,
rgba(201, 162, 39, 0.5) 85%,
transparent
);
}
.page-header--sacred .page-header-sacred-motif {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
opacity: 0.2;
pointer-events: none;
}
/* Neon card corner watermarks */
.neon-card {

View File

@@ -17,7 +17,7 @@
box-shadow:
var(--shadow-panel),
inset 0 1px 0 rgba(232, 197, 71, 0.12),
0 0 40px rgba(0, 245, 255, 0.04);
0 0 40px rgba(0, 232, 245, 0.04);
}
.chart-header {
@@ -82,7 +82,7 @@
120deg,
rgba(201, 162, 39, 0.06) 0%,
rgba(8, 6, 4, 0.4) 40%,
rgba(0, 245, 255, 0.04) 100%
rgba(0, 232, 245, 0.04) 100%
);
box-shadow: 0 0 48px rgba(201, 162, 39, 0.06);
}
@@ -144,18 +144,9 @@
text-shadow: 0 0 16px rgba(57, 255, 20, 0.4);
}
.earnings-preview-badge {
font-family: var(--font-tech);
font-size: 0.6rem;
letter-spacing: 0.18em;
color: var(--brass-light);
opacity: 0.75;
margin-bottom: 0.35rem;
}
.contrib-panel.sample-contrib .contrib-fill {
background: linear-gradient(90deg, var(--brass-dark), var(--neon-cyan));
box-shadow: 0 0 10px rgba(0, 245, 255, 0.25);
box-shadow: 0 0 10px rgba(0, 232, 245, 0.25);
}
.activity-pulse.sample-activity .pulse-row.ok .pulse-dot {