mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 09:35:45 +00:00
67101e27ce
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
916 B
Plaintext
39 lines
916 B
Plaintext
Source: rustguac
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: rustguac maintainers <rustguac@localhost>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.6.2
|
|
|
|
Package: rustguac
|
|
Architecture: amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
libcairo2,
|
|
libjpeg62-turbo,
|
|
libpng16-16t64,
|
|
libwebp7,
|
|
libssh2-1,
|
|
libssl3t64,
|
|
libvncclient1,
|
|
libpango-1.0-0,
|
|
libpulse0,
|
|
libavcodec61,
|
|
libavformat61,
|
|
libavutil59,
|
|
libswscale8,
|
|
libtelnet2,
|
|
libwebsockets19t64,
|
|
libfreerdp3-3,
|
|
libfreerdp-client3-3,
|
|
libwinpr3-3,
|
|
ca-certificates,
|
|
tigervnc-standalone-server,
|
|
chromium,
|
|
x11-utils,
|
|
cryptsetup-bin
|
|
Recommends: haproxy
|
|
Description: Lightweight Rust replacement for Apache Guacamole webapp
|
|
rustguac proxies the Guacamole protocol over WebSockets between web
|
|
browsers and guacd. Supports SSH, VNC, RDP, and web browser sessions
|
|
(headless Chromium on Xvnc). This package bundles both rustguac and guacd.
|