Diff -- /var/www/vhosts/3dshawn.com/site1/TEMPLATES/settings.html
Diff
/var/www/vhosts/3dshawn.com/site1/TEMPLATES/settings.html
added on local at 2026-07-10 18:57:32
Added
+32
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 5a2e6611fac6
to 5a2e6611fac6
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.| 1 | <div class="page-head"> | |
| 2 | <span class="page-eyebrow"><span class="dot"></span> Configure</span> | |
| 3 | <h1 class="page-title">Settings</h1> | |
| 4 | <p class="page-subtitle">Installation-level configuration. Read from <code>/etc/drift_sense/drift_sense.conf</code> -- edit that file to change values, then restart the daemons.</p> | |
| 5 | </div> | |
| 6 | ||
| 7 | <div class="dash-grid" style="grid-template-columns:repeat(3,1fr);margin-bottom:16px"> | |
| 8 | <div class="module glow-teal"> | |
| 9 | <div class="module-head"><div class="left"><div class="module-title">BLOB_STORE size</div><span class="module-subtitle">Unique content states.</span></div></div> | |
| 10 | <div class="module-body kpi kpi-teal"><div class="num">$blob_ct</div><div class="lbl">unique blobs</div></div> | |
| 11 | </div> | |
| 12 | <div class="module glow-emerald"> | |
| 13 | <div class="module-head"><div class="left"><div class="module-title">Compression ratio</div><span class="module-subtitle">Uncompressed vs on-disk.</span></div></div> | |
| 14 | <div class="module-body kpi kpi-emerald"><div class="num">$ratio</div><div class="lbl">savings</div></div> | |
| 15 | </div> | |
| 16 | <div class="module glow-sky"> | |
| 17 | <div class="module-head"><div class="left"><div class="module-title">Dedup references</div><span class="module-subtitle">How many FILE_CHANGES rows point at BLOB_STORE.</span></div></div> | |
| 18 | <div class="module-body kpi kpi-sky"><div class="num">$total_refs</div><div class="lbl">references</div></div> | |
| 19 | </div> | |
| 20 | </div> | |
| 21 | ||
| 22 | <div class="module glow-teal"> | |
| 23 | <div class="module-head"><div class="left"><div class="module-title">Resolved configuration</div><span class="module-subtitle">Merged from conf file + code defaults. Secrets redacted.</span></div></div> | |
| 24 | <div class="module-body tight"> | |
| 25 | <table class="tbl"> | |
| 26 | <thead><tr><th style="width:260px">Key</th><th>Value</th></tr></thead> | |
| 27 | <tbody> | |
| 28 | [loop:@cfg_rows]<tr><td class="mono"><strong>$key</strong></td><td class="mono dim">$value</td></tr>[/loop] | |
| 29 | </tbody> | |
| 30 | </table> | |
| 31 | </div> | |
| 32 | </div> |