| Commit message (Collapse) | Author | Age |
|
|
|
| |
True when the Planet is running, false when not
|
|
|
|
|
| |
Sha256 does not deserialize from postgres, so it's converted after
fetching from the database
|
|
|
|
|
| |
Allows for easier querying from a database using, e.g, sqlx' `query_as!`
macro.
|
|
|
|
|
|
|
|
|
|
| |
New functions:
- get_status
- shutdown
- start
- pause
In short, a way for users of the lib to manage the state of their VMs.
|
| |
|
|
|
|
|
| |
Let's us figure out if a House is remote or not, because if it's not we
shouldn't be using SSH to connect.
|
| |
|
|
|
|
| |
Templates the XML and creates the disk images
|
|
|
|
| |
Will be used to create new VMs on a host
|
| |
|
| |
|
|
|
|
| |
Also rename modules to make more sense with the theme
|
|
|