feat(fips): SSH-over-mesh toggle + manifest-driven package metadata

fips/ssh_mesh.rs owns the 90-ssh.nft drop-in lifecycle: off by default,
any-peer scope behind the UI's danger confirmation or an explicit mesh
address list, reconciled on every daemon config install. The scanner now
takes installed apps' icons from their real manifest metadata (Cuprate's
Services tile) and classifies manifest-declared UI apps as launchable
even when the address probe misses (Alby Hub).
This commit is contained in:
archipelago
2026-09-01 02:41:55 -04:00
parent bf6ef9644c
commit 9ac46a69f8
6 changed files with 589 additions and 13 deletions
+1
View File
@@ -32,6 +32,7 @@ pub mod dial;
pub mod endpoints;
pub mod iface;
pub mod service;
pub mod ssh_mesh;
pub mod telemetry;
pub mod update;