HosterCore icon indicating copy to clipboard operation
HosterCore copied to clipboard

🚀 Hoster: Empowering FreeBSD Virtualisation with Ease

Results 31 HosterCore issues
Sort by recently updated
recently updated
newest added

XCP-Ng has this nice console login screen, that I would like to "borrow real quick": ![alt text](https://upload.wikimedia.org/wikipedia/commons/f/f1/XCP-ng_Install_screen.png) Jokes aside, it would be nice to implement something similar, and introduce a...

new feature

There is a need to implement some guard rails for over-provisioning of the VMs, because at the moment even if your host has 1 socket, 24 logical CPU cores, and...

enhancement
low priority

- Store the image release date locally within the template dataset (to let user know in case there is no need to update the image) - When `hoster image` command...

enhancement

As `Hoster` matures and our user base grows, it becomes harder to support a current model of "it's easy, just edit the config file". Step-by-step, I would like to implement...

new feature

Some backup and virtualisation systems out there have these nice options for automated backup/restore testing, that include but not limited to: - Taking a VNC screenshot and running OCR on...

new feature

Listing `Hoster` templates on a specific node will help me implement the REST API calls for it, which will be used on the frontend during the deployment process in order...

new feature

`import` and `export` capabilities will be based around the `zfs send | tar vm_archive.gz` concept. This feature will help with sharing the VM images online, transferring them to the remote/offline...

new feature

As of now, during the deployment process we use `zfs clone` to make a new VM, or a Jail. This means that the deployment process will be almost instant, but...

enhancement

As of now, if you want to put an OS template into a new ZFS dataset, you'll need to re-download it from our servers. It's not a very efficient approach,...

enhancement

`vm deploy` would benefit from specifying a "startup script" link, which will help with VM provisioning. The flag will accept a link to any shell script on the internet, which...

new feature
low priority