docs: VPS is SilentMode (not Coinspectrum); sketch storage-as-product roadmap

The VPS hosts multiple projects (Silent Mode gateway, mail, BNS indexer,
per-project s3d instances), not just Coinspectrum — rename the VPS folder
and update all cross-refs (VPS, Email, Storage, DEPLOY, packaging prompt)
to match the hostname change on the box.

Also add Storage/SIA-STORAGE-ROADMAP.md capturing the design for an
end-user Sia-storage product: two-tier trust model (Sovereign / Managed),
BCH-CashScript payment + Google-style free-tier inactivity policy,
identity model with Vultisig-style threshold recovery, and the decisions
made so far. CLIENT-OPTIONS.md gets a scoping note so future readers know
"hosted proxy = never" is about operator credentials, not end-user tiers.
This commit is contained in:
Local Dev 2026-08-18 03:21:03 +02:00
parent 2be859267e
commit bf996bdb0c

View file

@ -85,7 +85,7 @@ adapter DNS is broken (a real failure mode we've hit).
fresh SHA-256s + release date. All three must match. fresh SHA-256s + release date. All three must match.
3. Deploy: 3. Deploy:
``` ```
scp dist-public/*.exe ../site/releases-manifest.json coinspectrum:/opt/silent-mode/dl/ scp dist-public/*.exe ../site/releases-manifest.json silentmode:/opt/silent-mode/dl/
cd ../Argus && node src/lib/sia-upload.js ../site bns/silentmode cd ../Argus && node src/lib/sia-upload.js ../site bns/silentmode
``` ```
4. On-chain (wallet spend, user's action): 4. On-chain (wallet spend, user's action):