feat: add Nostr VPN, FIPS, Routstr apps with status UIs
Add three new marketplace apps: - Routstr (v0.4.3): Decentralized AI inference proxy with Cashu payments - Nostr VPN (v0.3.4): Mesh VPN with Nostr signaling + WireGuard tunnels - FIPS (v0.1.0): Self-organizing encrypted mesh network Includes status UI dashboards for headless apps (nostr-vpn-ui, fips-ui) with usage instructions, node identity display, and container logs. Nostr identity injected via env vars for all three apps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -359,8 +359,8 @@ pub(super) fn all_container_names(package_id: &str) -> Vec<String> {
|
||||
"penpot-postgres".into(), "penpot-valkey".into(),
|
||||
"penpot-backend".into(), "penpot-exporter".into(), "penpot-frontend".into(),
|
||||
],
|
||||
"nostr-vpn" => vec!["nostr-vpn".into(), "archy-nostr-vpn".into()],
|
||||
"fips" => vec!["fips".into(), "archy-fips".into()],
|
||||
"nostr-vpn" => vec!["nostr-vpn".into(), "archy-nostr-vpn".into(), "archy-nostr-vpn-ui".into()],
|
||||
"fips" => vec!["fips".into(), "archy-fips".into(), "archy-fips-ui".into()],
|
||||
"routstr" => vec!["routstr".into(), "archy-routstr".into()],
|
||||
// Default: exact name + archy- prefix
|
||||
_ => vec![base, archy],
|
||||
|
||||
@@ -861,6 +861,12 @@ autopilot.active=false\n",
|
||||
"electrumx" | "electrs" | "mempool-electrs" => {
|
||||
vec![("archy-electrs-ui", "/opt/archipelago/docker/electrs-ui", "electrs-ui")]
|
||||
}
|
||||
"nostr-vpn" => {
|
||||
vec![("archy-nostr-vpn-ui", "/opt/archipelago/docker/nostr-vpn-ui", "nostr-vpn-ui")]
|
||||
}
|
||||
"fips" => {
|
||||
vec![("archy-fips-ui", "/opt/archipelago/docker/fips-ui", "fips-ui")]
|
||||
}
|
||||
_ => vec![],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user