* Adds package that can configure using turnserver for jitsi-meet. Activates http2 on the nginx host and uses the alpn send with the web requests to multiplex traffic to be served as web of proxied to the turn server. It needs nginx at least v1.13.10. Adds turncredentials module from Philipp Hancke, with small modification (all int values for hosts need to be strings/tostring()) in order to be able to use the module with prosody 0.11. * Moves loading of stream after loading stream module (50-..). * Leaves DISABLE_TCP_HARVESTER to be handled by jvb. * Fixes comments. * Properly detect first time coturn install and configure it. * Handles upgrading from jetty serving web. * Does not create jvb user if already exists. * Fixes let's encrypt and adds turnserver handling. * Enables use of turn server in config.js if available. * Adds a check whether prosody config exists. There are cases where deployments can still have configured prosody in the main prosody config in /etc/prosody.
61 lines
2.3 KiB
Plaintext
61 lines
2.3 KiB
Plaintext
Source: jitsi-meet-web
|
|
Section: net
|
|
Priority: extra
|
|
Maintainer: Jitsi Team <dev@jitsi.org>
|
|
Uploaders: Emil Ivov <emcho@jitsi.org>, Damian Minkov <damencho@jitsi.org>
|
|
Build-Depends: debhelper (>= 8.0.0)
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://jitsi.org/meet
|
|
|
|
Package: jitsi-meet-web
|
|
Replaces: jitsi-meet (<= 1.0.1525-1)
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: WebRTC JavaScript video conferences
|
|
Jitsi Meet is a WebRTC JavaScript application that uses Jitsi
|
|
Videobridge to provide high quality, scalable video conferences.
|
|
.
|
|
It is a web interface to Jitsi Videobridge for audio and video
|
|
forwarding and relaying, configured to work with jetty instance
|
|
running embedded into Jitsi Videobridge
|
|
|
|
Package: jitsi-meet-web-config
|
|
Architecture: all
|
|
Depends: openssl, nginx | nginx-full | nginx-extras | apache2
|
|
Description: Configuration for web serving of Jitsi Meet
|
|
Jitsi Meet is a WebRTC JavaScript application that uses Jitsi
|
|
Videobridge to provide high quality, scalable video conferences.
|
|
.
|
|
It is a web interface to Jitsi Videobridge for audio and video
|
|
forwarding and relaying, configured to work with jetty instance
|
|
running embedded into Jitsi Videobridge or using a webserver Nginx or
|
|
Apache2.
|
|
.
|
|
This package contains configuration for Nginx to be used with
|
|
Jitsi Meet.
|
|
|
|
Package: jitsi-meet-prosody
|
|
Architecture: all
|
|
Depends: openssl, prosody | prosody-trunk | prosody-0.11
|
|
Replaces: jitsi-meet-tokens
|
|
Description: Prosody configuration for Jitsi Meet
|
|
Jitsi Meet is a WebRTC JavaScript application that uses Jitsi
|
|
Videobridge to provide high quality, scalable video conferences.
|
|
.
|
|
It is a web interface to Jitsi Videobridge for audio and video
|
|
forwarding and relaying, configured to work with jetty instance
|
|
running embedded into Jitsi Videobridge
|
|
.
|
|
This package contains configuration for Prosody to be used with
|
|
Jitsi Meet.
|
|
|
|
Package: jitsi-meet-tokens
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, prosody-trunk (>= 1nightly747) | prosody-0.11 | prosody (>= 0.11.2), libssl-dev, luarocks, jitsi-meet-prosody
|
|
Description: Prosody token authentication plugin for Jitsi Meet
|
|
|
|
Package: jitsi-meet-turnserver
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, nginx (>= 1.13.10) | nginx-full (>= 1.13.10) | nginx-extras (>= 1.13.10), jitsi-meet-prosody, coturn, dnsutils
|
|
Description: Configures coturn to be used with Jitsi Meet
|