mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Update text web
This commit is contained in:
parent
824b40c8ec
commit
5c615618bd
1 changed files with 45 additions and 11 deletions
|
@ -4,7 +4,7 @@ include(dirname(__DIR__).'/pages/includes/header.php');
|
||||||
<div id="page-wrapper">
|
<div id="page-wrapper">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h1 class="page-header">General Dashboard</h1>
|
<h2 class="page-header">Information</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12" id="List_Dates">
|
<div class="col-lg-12" id="List_Dates">
|
||||||
|
|
||||||
|
@ -14,16 +14,50 @@ include(dirname(__DIR__).'/pages/includes/header.php');
|
||||||
<!-- /.row -->
|
<!-- /.row -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h3>
|
|
||||||
- Author : Tlams <br/>
|
HyperProxmox provides a centralized platform for managing your Proxmox environments.</br>
|
||||||
- Date : 2017/2018 <br/>
|
The web based client lets you manage the essential functions of your Proxmox infrastructure from any browser,
|
||||||
- Status: Dev <br/>
|
offering responsiveness and usability.</br>
|
||||||
- Version: Alpha 1.0 <br/>
|
Gain the visibility and control needed for your virtual machines, hosts and datastore.</br>
|
||||||
- Object : Massive LXC CT / KVM deployment system and management for Proxmox clusters. <br/>
|
Assign users to custom roles, search in inventory or provision new virtual machines at the click of a button.</br>
|
||||||
Information : This project is currently in active development. <br/>
|
</br>
|
||||||
You shouldn't use in production mode, use at your risks ! <br/>
|
<ul>
|
||||||
</h3>
|
<li> Author : ThomasGSP</li>
|
||||||
|
<li> Date : 2017/2018</li>
|
||||||
|
<li> Version : V1.0-beta (4 May 2018) </li>
|
||||||
|
<li> Status: Dev</li>
|
||||||
|
<li> Object : Massive LXC CT / KVM deployment, management and viewer system for Proxmox clusters.</li>
|
||||||
|
<li> Proxmox version supported: 3.x/4.x/5.x</li>
|
||||||
|
<li> Information : This project is currently in active development. You shouldn't use in production mode or... use at your risks !</li>
|
||||||
|
</ul>
|
||||||
|
This version provide:
|
||||||
|
<ul>
|
||||||
|
<li> Web interface to list instances, nodes and clusters</li>
|
||||||
|
<li> Current usage (cpu / ram / disks...) for your nodes, instances...</li>
|
||||||
|
<li> Quick usage visualisation by color (Green for low, yellow, red)</li>
|
||||||
|
<li> Node scoring based on their usage</li>
|
||||||
|
<li> Infrastructure historic</li>
|
||||||
|
<li> Instance management (stop/start/restart...)</li>
|
||||||
|
<li> Search system by VM-name, mac address ...</li>
|
||||||
|
<li> Proxmox crawler (Getting cluster information)</li>
|
||||||
|
<li> Security : Encipher the critical data (cluster access)</li>
|
||||||
|
<li> LDAP authentication for web interface</li>
|
||||||
|
<li> Group & cluster viewing in web interface</li>
|
||||||
|
<li> Api</li>
|
||||||
|
</ul>
|
||||||
|
Weakness on this version (in progress):
|
||||||
|
<ul>
|
||||||
|
<li>Logs system</li>
|
||||||
|
<li>Purge system</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
This version don't provide (next features):
|
||||||
|
<ul>
|
||||||
|
<li>Advanced management</li>
|
||||||
|
<li>Provision new virtual machines</li>
|
||||||
|
<li>...</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue