Can enable VNC access
This commit is contained in:
virtweb_backend/src
@ -155,6 +155,11 @@ impl AppConfig {
|
||||
pub fn iso_storage_path(&self) -> PathBuf {
|
||||
self.storage_path().join("iso")
|
||||
}
|
||||
|
||||
/// Get VM vnc sockets
|
||||
pub fn vnc_sockets_path(&self) -> PathBuf {
|
||||
self.storage_path().to_path_buf()
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize)]
|
||||
|
Reference in New Issue
Block a user