Registration page: full organization application, private MA-side storage

This commit is contained in:
George Coles
2026-09-15 11:46:11 -04:00
parent 13bb124dcc
commit 8d74b63b11
6 changed files with 276 additions and 23 deletions
+2
View File
@@ -179,6 +179,7 @@ enum RegistryCommand {
id: String,
},
List,
Applications,
SetRelays {
#[arg(required = true)]
relays: Vec<String>,
@@ -354,6 +355,7 @@ async fn main() -> Result<()> {
}
RegistryCommand::Remove { id } => commands::registry_remove(&dir, &id)?,
RegistryCommand::List => commands::registry_list(&dir)?,
RegistryCommand::Applications => commands::registry_applications(&dir)?,
RegistryCommand::SetRelays { relays } => commands::registry_set_relays(&dir, &relays)?,
RegistryCommand::Show => commands::registry_show(&dir)?,
RegistryCommand::Serve {