From 4883c265475f80c6b5fd0e9c3ee66e7de341bdd4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 07:32:41 -0600 Subject: [PATCH] so it shows up on pkg.go.dev Signed-off-by: Jeff Carr --- README => README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename README => README.md (85%) diff --git a/README b/README.md similarity index 85% rename from README rename to README.md index ed285cf..54684dc 100644 --- a/README +++ b/README.md @@ -1,6 +1,8 @@ -virtigo: a control panel for your virtual machine cluster +# virtigo: a control panel for your virtual machine cluster -This is an attempt to make something that should: +There is no greater thrill for a linux sys admin than running your own cloud. + +# This is an attempt to make something that should: * Maintain the master list of virtual machines that should be running at all times * Work with a cluster of dom0 hypervisiors via libvirt and/or qemu @@ -12,7 +14,7 @@ This is an attempt to make something that should: * Work in GUI mode (GTK/QT/etc) but ALSO the console (ncurses) * GPL'd with the intent for use with homelab and personal hobbyists -Notes & Goals: +# Notes & Goals: * Be super easy to use. * Automatically map access to serial and graphical consoles @@ -26,7 +28,7 @@ Notes & Goals: * Automatic live migration to decommission nodes * Implement iptable rules via the virtigo daemon -Inspired by: +# Inspired by: * kvm * virt-manager