2018-04-20 6:24 GMT-03:00 Daniel P. Berrangé <berrange@xxxxxxxxxx>: > On Thu, Apr 19, 2018 at 09:21:28PM -0300, Daniel Nicoletti wrote: >> Hi, >> >> I've just released v1.0.0 of Virtlyst[1] >> >> a web tool to manage VMs using Qt/C++/Cutelyst >> >> https://dantti.wordpress.com/2018/04/19/announcing-virtlyst-a-web-interface-toe-manage-virtual-machines/ > > Our website is maintained it git too - would you send us a patch to the > docs/apps.html.in file adding info about your tool :-) Okay :) I'm attaching the commit here, is there some review system that should be used instead? Thanks > > Regards, > Daniel > -- > |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| > |: https://libvirt.org -o- https://fstop138.berrange.com :| > |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com
From faa23587064c484c9026358df884a6bb751e5732 Mon Sep 17 00:00:00 2001 From: Daniel Nicoletti <dantti12@xxxxxxxxx> Date: Fri, 11 May 2018 12:29:15 -0300 Subject: [PATCH] Add Virtlyst web application to apps.html --- docs/apps.html.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/apps.html.in b/docs/apps.html.in index 863be4ff2..0aa3568ee 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 pages</li> + <li>Host and Domain stats graphs (CPU, Memory, IO, Network)</li> + <li>Connect to multiple libvirtd intances (over local unix socket, SSH, TCP and TLS)</li> + <li>Manage Storages, Networks, Interfaces and Secrets</li> + <li>Create and launch VMs</li> + <li>Configure VMs with easy pannels or go pro and edit it's XML</li> + </ul> + </dd> </dl> <h2><a id="mobile">Mobile applications</a></h2> -- 2.17.0
_______________________________________________ libvirt-users mailing list libvirt-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvirt-users