diff --git a/README.md b/README.md index cffada1..b4b1bec 100755 --- a/README.md +++ b/README.md @@ -17,14 +17,17 @@ Setup * Modify config.php to your needs * Visit page to generate svmm_db for flat file user database * Execute SVMM backend as SU: sudo ./start-svmm start -* Copy a fresh OS install of your choice in a qcow2 (or other format) image to svmm_db/disks/alpine.img and svmm_db/disks/debian.img (THIS MUST BE DONE FOR THE SCRIPT TO COPY AND START A FRESH VM) - * * For notes on the vm name, they'll be updated in the future. +* Copy a fresh OS install of your choice in a qcow2 (or other format) image to svmm_db/disks/slitaz.img and alpine.img (THIS MUST BE DONE FOR THE SCRIPT TO COPY AND START A FRESH VM) ChangeLog ---- -11/3/2020 - v1.1 -* Multi-VM specifications for startup options... -* Support VM deletion in case of VM disk corruption of needing of a fresh VM. +12/26/2020 - v1.3 +* [bugfix] Fix start/stop functions in some scenarios +* Added registration codes for user registration management +* Deletion feature. +* CSS cleanup +* Feature manipulation +* [to-do] Clean up code, and create two main configuration scripts for server / client VM managers for easy setup. 9/24/2020 - v1.0 * Working PHP front end with user registeration and login diff --git a/config.php b/config.php index eab4e4c..dfb9023 100644 --- a/config.php +++ b/config.php @@ -3,13 +3,14 @@ // SVMM - Simple VM Manager - For Qemu KVM // (C) Chris Dorman, GPL v3 (2013-2020) // https://github.com/Pentium44/SVMM -// Version: 1.1 +// Version: 1.3 /////// -$svmmtitle = "Simple VM Manager"; // SM title -$desc = "Simple, ad-free, yet flexible VPS hosting platform to the user; for the user! " . $svmmtitle . " is powered by SVMM.

With a fresh account, you'll be able to create your own free VPS, and 1 is available per user. Each VM is monitored for inappropriate network traffic. Mining scripts, torrenting, seedboxes, proxy servers, and copywritten content without proper ownership is strictly forbidden on these servers. VM security is left to the user and is to be taken seriously! Root passwords MUST be changed when first generating your VM. Malicious findings will result in the removal of your user account and your VM!"; // Description -$domain = "https://hosting.cddo.cf"; // where is SSB operating? -$version = "1.1"; // version -$maxvm = "50"; // max vm count +$svmmtitle = "SVMM"; // SM title +$desc = "Nimble, open-source, and flexible Qemu-KVM VM management panel
With a fresh account, you'll be able to create your own free VPS, and 1 is available per user."; // Description +$domain = "https://example.com/svmm/"; // where is SSB operating? +$version = "1.3"; // version +$panelpass = "svmmregisterpass"; // Password to register a new user +$maxvm = "100"; // max vm count ?> diff --git a/functions.php b/functions.php index 0faa430..3a5abe7 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ function loginForm() { ?>
- Register + Don't have an account? No problem, register here!

Username:
@@ -61,14 +61,15 @@ function registerForm() { ?>