Can decompress QCow2

This commit is contained in:
2025-05-29 14:18:27 +02:00
parent 90f4bf35e9
commit e869517bb1
3 changed files with 25 additions and 4 deletions
virtweb_backend/src
virtweb_frontend/src/routes

@ -126,3 +126,6 @@ pub const IP_PROGRAM: &str = "/usr/sbin/ip";
/// Copy program path
pub const COPY_PROGRAM: &str = "/bin/cp";
/// Gzip program path
pub const GZIP_PROGRAM: &str = "/usr/bin/gzip";