ssh! и документы

This commit is contained in:
Georgiy Syralev
2025-10-12 15:20:39 +03:00
parent 141955dd46
commit 4211692312
50 changed files with 920 additions and 1333 deletions

View File

@@ -43,3 +43,4 @@ export async function createContainer({ vmid, hostname, password, ostemplate, st
throw new Error('Ошибка создания контейнера: ' + (err instanceof Error ? err.message : err));
}
}