mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2026-08-08 12:22:26 +00:00
placing the common stuff top-level and the per-product stuff one directory-level down allows to access all used resources (css, images) from a common base path without hacking to much around. Per-product files are always preferred. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
64 lines
2.0 KiB
HTML
64 lines
2.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="pve-installer.css">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<table border="0" width="800">
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td colspan="4" align="center" width="800">
|
|
<b class="htext">Data Safety & Minimized Storage Consumption</b>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" valign="top" width="400"><br><p>
|
|
<table>
|
|
<tr><td>
|
|
Proxmox Backup Server is production-ready and saves you money, by
|
|
reducing the amount of data stored.<br><br>The role-based permission
|
|
management, combined with the integration of multiple external
|
|
authentication sources provides the basis for a secure and stable
|
|
environment.<br><br>
|
|
Visit <b>www.proxmox.com</b> for more information regarding commercial support subscriptions.<br><br>
|
|
</td></tr>
|
|
</table>
|
|
</p></td>
|
|
|
|
<td colspan="2" valign="top" width="400"><br><p>
|
|
<table border="0" width="400">
|
|
<tr>
|
|
<td valign="top" width="30"><img src="plus.png"></td>
|
|
<td valign="top">
|
|
<b>Commitment to Free Software</b><br>
|
|
The source code is released under the GNU Affero General Public License, v3.
|
|
</td>
|
|
</tr>
|
|
<tr></tr>
|
|
<tr>
|
|
<td valign="top" width="30"><img src="plus.png"></td>
|
|
<td valign="top">
|
|
<b>RESTful web API</b><br>
|
|
The resource-oriented architecture (ROA) and declarative API definition
|
|
using JSON Schema enable easy integration for third party
|
|
management tools.
|
|
</td>
|
|
</tr>
|
|
<tr></tr>
|
|
<tr>
|
|
<td valign="top" width="30"><img src="plus.png"></td>
|
|
<td valign="top">
|
|
<b>Encryption</b><br>
|
|
To help protect against cyber attacks, encryption of your backups is done on the client-side, using AES-256 in GCM mode.
|
|
</td>
|
|
</tr>
|
|
<tr></tr>
|
|
</table>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body></html>
|