summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 07:32:41 -0600
committerJeff Carr <[email protected]>2024-11-07 07:32:41 -0600
commit4883c265475f80c6b5fd0e9c3ee66e7de341bdd4 (patch)
tree03c405cb4819f45a43c13b4fb023a0386b1dfc50
parent1e03cd437753ef5776822f1828a063674aa5ccf6 (diff)
so it shows up on pkg.go.devv0.2.10
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--README.md (renamed from README)10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/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