From 9301fe9d33f6ed826387cb32a698f07a89ef8421 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Wed, 24 Feb 2021 21:19:49 +1300 Subject: [PATCH] Deb/Rpm: add package description --- centos/kasmvncserver.spec | 21 +++++++++++++++++++-- debian/control | 22 ++++++++++++++++++++-- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/centos/kasmvncserver.spec b/centos/kasmvncserver.spec index 6e94979..45e4722 100644 --- a/centos/kasmvncserver.spec +++ b/centos/kasmvncserver.spec @@ -1,7 +1,7 @@ Name: kasmvncserver Version: 0.9.1~beta Release: 1%{?dist} -Summary: Lorem ipsum +Summary: VNC server accessible from a web browser License: GPLv2+ URL: https://github.com/kasmtech/KasmVNC @@ -11,8 +11,25 @@ Requires: xorg-x11-xauth, xorg-x11-xkb-utils, xkeyboard-config, xorg-x11-server- Conflicts: tigervnc-server, tigervnc-server-minimal %description +VNC stands for Virtual Network Computing. It is, in essence, a remote +display system which allows you to view a computing `desktop' environment +not only on the machine where it is running, but from anywhere on the +Internet and from a wide variety of machine architectures. -Lorem ipsum +KasmVNC has different goals than TigerVNC: + +Web-based - KasmVNC is designed to provide a web accessible remote desktop. +It comes with a web server and web-socket server built in. There is no need to +install other components. Simply run and navigate to your desktop's URL on the +port you specify. While you can still tun on the legacy VNC port, it is +disabled by default. + +Security - KasmVNC defaults to HTTPS and allows for HTTP Basic Auth. VNC +Password authentication is limited by specification to 8 characters and is not +sufficient for use on an internet accessible remote desktop. Our goal is to +create a by default secure, web based experience. + +Simplicity - KasmVNC aims at being simple to deploy and configure. %prep diff --git a/debian/control b/debian/control index 979b52e..623d913 100644 --- a/debian/control +++ b/debian/control @@ -14,5 +14,23 @@ Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ssl-cert, xauth, x11-xkb-utils, xkb-data, procps Provides: vnc-server -Description: virtual network computing server with web interface - Lorem ipsum +Description: VNC server accessible from a web browser + VNC stands for Virtual Network Computing. It is, in essence, a remote + display system which allows you to view a computing `desktop' environment + not only on the machine where it is running, but from anywhere on the + Internet and from a wide variety of machine architectures. + . + KasmVNC has different goals than TigerVNC: + . + Web-based - KasmVNC is designed to provide a web accessible remote desktop. + It comes with a web server and websocket server built in. There is no need to + install other components. Simply run and navigate to your desktop's URL on the + port you specify. While you can still tun on the legacy VNC port, it is + disabled by default. + . + Security - KasmVNC defaults to HTTPS and allows for HTTP Basic Auth. VNC + Password authentication is limited by specification to 8 characters and is not + suffecient for use on an internet accessible remote desktop. Our goal is to + create a by default secure, web based experience. + . + Simplicity - KasmVNC aims at being simple to deploy and configure.