From b4b0a1032aa5e739c31cfa0e4f243745ccaefc40 Mon Sep 17 00:00:00 2001 From: mad Date: Thu, 16 Aug 2018 16:36:53 +0000 Subject: [PATCH] Update readme --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8bbac6b..e81ed30 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,19 @@ Native Lightweight Vm Management Interface +Nlvmi is a management interface for qemu/kvm hosts written in php (with bootstrap) and bash.
+Nlvmi should be able to run on any common Linux distro without much hassle or obscure dependencies.
+Nlvmi is written to be lightweight, functional and easy to understand and modify, while still looking at least acceptable on any device.
+Nlvmi supports multiple users (admins and restricted) on the frontend and also uses these users to run the VMs. No PAM, just su.
+Unix users have /bin/false as shell and the password is stored within the nlvmi database.
+ +**Deps:**
+bash
+bridge-utils
+nginx / apache / lighttpd
+openssh
+php
+socat
+sqlite3 / mariadb (only sqlite3 for now)
+usermode-utilities
-Deps: -bash -bridge-utils -nginx / apache / lighttpd -openssh -php -socat -sqlite3 / mariadb -usermode-utilities