[libvirt] [PATCH] Add Virtlyst web application to apps.html

Daniel Nicoletti posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180604184423.18004-1-dantti12@gmail.com
Test syntax-check passed
docs/apps.html.in | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[libvirt] [PATCH] Add Virtlyst web application to apps.html
Posted by Daniel Nicoletti 5 years, 10 months ago
Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
---
 docs/apps.html.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 863be4ff23..9b67fd5399 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -466,6 +466,21 @@
         minutes. The only requirements for the users are a Web browser and
         a lightweight remote viewer.
       </dd>
+      <dt><a href="https://github.com/cutelyst/Virtlyst">Virtlyst</a></dt>
+      <dd>
+        Virtlyst is an open source web application built with C++11, Cutelyst and Qt.
+        It features:
+        <ul>
+          <li>Low memory usage (around 5 MiB of RAM)</li>
+          <li>Look and feel easily customized with HTML templates that use the Django syntax</li>
+          <li>VNC/Spice console directly in the browser using websockets on the same HTTP port</li>
+          <li>Host and Domain statistics graphs (CPU, Memory, IO, Network)</li>
+          <li>Connect to multiple libvirtd instances (over local Unix domain socket, SSH, TCP and TLS)</li>
+          <li>Manage Storage Pools, Storage Volumes, Networks, Interfaces, and Secrets</li>
+          <li>Create and launch VMs</li>
+          <li>Configure VMs with easy panels or go pro and edit the VM's XML</li>
+        </ul>
+      </dd>
     </dl>
 
     <h2><a id="mobile">Mobile applications</a></h2>
-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Add Virtlyst web application to apps.html
Posted by John Ferlan 5 years, 10 months ago

On 06/04/2018 02:44 PM, Daniel Nicoletti wrote:
> Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
> ---
>  docs/apps.html.in | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 

ACK'd and pushed,

Tks,

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list