patches on sxsw ai working api key working container hardened plus many more

This commit is contained in:
Dorian
2026-03-12 22:19:04 +00:00
parent f05198ea09
commit 8fad8d6681
14 changed files with 625 additions and 46 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ impl DataModel {
Self {
server_info: ServerInfo {
id: uuid::Uuid::new_v4().to_string(),
version: env!("CARGO_PKG_VERSION").to_string(),
version: format!("{}-alpha", env!("CARGO_PKG_VERSION")),
name: Some("Archipelago".to_string()),
pubkey: String::new(),
status_info: StatusInfo {