aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: e9119e498744d6be2cb2637a35a5de82d9de9ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: remote-support-session-service
Section: x11
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3,
               quilt,
Standards-Version: 4.5.0
Homepage: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-session-service
Vcs-Git: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-session-service.git
Vcs-Browser: https://gitlab.das-netzwerkteam.de/RemoteWebApp/remote-support-session-service/

Package: remote-support-session-service
Architecture: any
Depends: ${misc:Depends},
         python3,
         python3-box,
         python3-flask,
         python3-requests,
         python3-port-for,
         python3-websockify,
         python3-dbus,
         python3-gi,
         python3-psutil,
         python3-dynaconf (>= 3.0),
         x11vnc,
         wget,
Description: DBus service connecting the Remote Support Desktop App with the Remote Web App
 Remote Web App is a web-based desktop support tool that shares desktop
 sessions to people provinding IT support.
 .
 This service controls sharing of the local desktop to the remote web app site. It provides
 a bi-directional communication channel between the Remote Web App support site and the
 locally running Remote Support Desktop UI application.