1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-12 19:22:30 +00:00
HyperProxmox/README.md

63 lines
2.3 KiB
Markdown
Raw Normal View History

2017-11-18 20:15:00 +00:00
# HyperProxmox
2017-10-24 12:42:54 +00:00
2018-05-01 10:33:33 +00:00
HyperProxmox provides a centralized platform for managing your Proxmox environments.
The web based client lets you manage the essential functions of your Proxmox infrastructure from any browser,
2018-05-02 15:16:02 +00:00
offering responsiveness and usability.
2018-05-01 10:33:33 +00:00
Gain the visibility and control needed for your virtual machines, hosts and datastore.
Assign users to custom roles, search in inventory or provision new virtual machines at the click of a button.
2018-04-14 13:37:53 +00:00
* Author : [ThomasGSP](https://www.thomasgsp.fr)
2017-10-24 12:42:54 +00:00
* Date : 2017/2018
2018-02-19 12:13:22 +00:00
* Version : Alpha 1.0
2017-10-24 12:42:54 +00:00
* Status: Dev
2018-05-01 10:33:33 +00:00
* Object : Massive LXC CT / KVM deployment, management and viewer system for Proxmox clusters.
* Proxmox version supported: 3.x/4.x/5.x
2018-02-14 12:32:49 +00:00
* Information :
This project is currently in active development.
2018-04-25 21:38:46 +00:00
You shouldn't use in production mode or... use at your risks !
2017-10-29 16:59:20 +00:00
2018-05-01 10:33:33 +00:00
### This version provide:
- Web interface to list instances, nodes and clusters
- Current usage (cpu / ram / disks...) for your nodes, instances...
- Quick usage visualisation by color (Green for low, yellow, red)
- Node scoring based on their usage
- Infrastructure historic
- Instance management (stop/start/restart...)
- Search system by VM-name, mac address ...
- Proxmox crawler (Getting cluster information)
- Security : Encipher the critical data (cluster access)
- LDAP authentication for web interface
- Group & cluster viewing in web interface
- Api
2018-05-02 15:16:02 +00:00
### Weakness on this version (in progress):
2018-05-01 10:33:33 +00:00
- Logs system
- Purge system
- Auto-generation MongoDB indexes (performance)
- Crawler work without parallel tasks (can be a bit slow on large infrastructure)
### This version don't provide (next features):
- Advanced management
- Provision new virtual machines
- ...
# Documentation
* [Prerequisites](doc/md/01-prerequisites.md)
* [Setup - Backend](doc/md/02-backend.md)
* [Setup - Frontend](doc/md/03-frontend.md)
* [Setup - Configs](doc/md/04-configs.md)
* [Usage - First start](doc/md/05-first_start.md)
* [Usage - Logs system](doc/md/06-logs.md)
2018-05-02 15:12:13 +00:00
* [Usage - API](doc/md/07-api.md)
2018-05-01 10:33:33 +00:00
* [Usage - Web interface](doc/md/08-usages.md)
2018-04-28 12:02:20 +00:00
2018-02-21 21:30:04 +00:00
2018-03-28 19:21:25 +00:00
2018-05-01 11:41:19 +00:00
# Screenshots
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-nodes.jpg)
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-vms.jpg)
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-sto.jpg)