]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Add Virtlyst web application to apps.html
authorDaniel Nicoletti <dantti12@gmail.com>
Mon, 4 Jun 2018 18:44:23 +0000 (15:44 -0300)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 7 Jun 2018 21:20:32 +0000 (17:20 -0400)
Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
docs/apps.html.in

index 863be4ff238f0b021700822a2ed5ede306850b40..9b67fd539910dca05ee06924c27ab18d8b7e433d 100644 (file)
         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>