[PATCH] docs: apps: Add the app cockpit

Han Han posted 1 patch 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220509074728.2948789-1-hhan@redhat.com
docs/apps.rst | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] docs: apps: Add the app cockpit
Posted by Han Han 1 year, 10 months ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 docs/apps.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/apps.rst b/docs/apps.rst
index a21e2249ea..d01ad33f37 100644
--- a/docs/apps.rst
+++ b/docs/apps.rst
@@ -331,6 +331,10 @@ Web applications
       Secrets
    -  Create and launch VMs
    -  Configure VMs with easy panels or go pro and edit the VM's XML
+`Cockpit <https://cockpit-project.org/>`__
+   Cockpit is a web-based graphical interface for servers. With
+   `cockpit-machines <https://github.com/cockpit-project/cockpit-machines>`__
+   it can create and manage virtual machines via libvirt.
 
 Other
 -----
-- 
2.36.0
Re: [PATCH] docs: apps: Add the app cockpit
Posted by Michal Prívozník 1 year, 10 months ago
On 5/9/22 09:47, Han Han wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>  docs/apps.rst | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal