Commit graph

18 commits

Author SHA1 Message Date
KuJoe
162e252134 Made install easier.
Some checks are pending
PHPMD / Run PHPMD scanning (push) Waiting to run
Psalm Security Scan / php-security (push) Waiting to run
2025-03-10 09:05:17 -04:00
KuJoe
c64f203d42 Adding DB field for bandwidth accounting
Will be used in the future (Issue #13 )
2025-03-05 11:44:03 -05:00
KuJoe
5963ecb5f4 Update install.php
Some checks are pending
PHPMD / Run PHPMD scanning (push) Waiting to run
Psalm Security Scan / php-security (push) Waiting to run
Fixed some code to reduce the steps needed for new installs (and added better error checking).
2025-03-04 20:37:03 -05:00
KuJoe
248ea0972f Added proper logging and reporting.
Some checks are pending
PHPMD / Run PHPMD scanning (push) Waiting to run
Psalm Security Scan / php-security (push) Waiting to run
This is just an initial pass of retrofitting the code to handle better logging and reporting (issue #3), but more work may be required.
2025-03-04 12:56:18 -05:00
KuJoe
7dcd2b80b4 Updated backup/restore process
Fixed a few minor bugs, better error checking and reporting, and prevented multiple actions from running at the same time.
2025-03-02 18:13:07 -05:00
KuJoe
b26535a115 Tweaked logging functions and DB. 2025-03-02 17:22:37 -05:00
KuJoe
fd38eef7d6 Adding IP management feature
Some checks are pending
PHPMD / Run PHPMD scanning (push) Waiting to run
Psalm Security Scan / php-security (push) Waiting to run
2025-03-01 21:35:13 -05:00
KuJoe
9c7dd70c6d Added networking functionality
Allows managing virtual NICs and networks (resolves issue #8 and partially #16). Also fixes a bug with the VNC password being saved to DB.
2025-02-27 15:08:11 -05:00
KuJoe
ef7e779266 Added user roles/levels
Resolved #17
2025-02-26 15:03:36 -05:00
KuJoe
0f0705f555 Update DB, clusters, and theme.
Updated DB column names, added cluster management functions, and updated navigation menus.
2025-02-26 11:28:24 -05:00
KuJoe
d18397942e Adding backup feature basics and fixing disk management 2025-02-24 22:04:22 -05:00
KuJoe
bcd201030b Adding proper logging
Some checks failed
PHPMD / Run PHPMD scanning (push) Has been cancelled
Psalm Security Scan / php-security (push) Has been cancelled
2025-02-17 13:40:45 -05:00
KuJoe
13d30d4e17 Add disk management feature
Added the ability to add, remove, and resize disks for VMs.
2025-02-15 18:21:44 -05:00
KuJoe
2317a7e3c4 Add password reset functionality with PHPMailer. 2025-02-14 14:49:40 -05:00
KuJoe
e0bc51ed10 Initial upload for release 0.1
Uploading the code in its entirety, basic testing completed but still more work and code clean-up needed.
2025-02-10 17:36:04 -05:00
KuJoe
d5e8fe32f7 Updated install.php to create SSH key.
The install.php script now creates the SSH key that will be used for future communication with VM nodes.
2025-02-08 13:36:41 -05:00
KuJoe
3e1b6e87d8 Removed Cloudflare Turnstile JS from install.php
Accidentally left this script in the file, removed since it's not needed.
2025-02-08 08:10:01 -05:00
KuJoe
9f85e4bd98 Initial deployment of install.php, config.php, and phplibsec library. 2025-02-08 08:07:32 -05:00