* debian: Update coturn udp port to non-privileged one. * debian: Turnserver config requires jitsi-meet-web-config files. * doc: Updates doc, removing `--no-install-recommends`. * debian: Moves checks and configs to default to prosody 0.11. * debian: Disable room locking on internal muc. * add scripts for deploying coturn with certbot * turnserver: Removes unused variable showing error. * debian: updates let's encrypt and coturn scripts. * debian: Detect failure to retrieve external ip address. * debian: Always configure turn when the turnserver package is installed. Co-authored-by: Julien Fastré <julien.fastre@champs-libres.coop>
59 lines
2.1 KiB
Plaintext
59 lines
2.1 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.
|
|
|
|
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, 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.
|
|
.
|
|
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
|
|
Breaks: apache2
|
|
Pre-Depends: jitsi-meet-web-config
|
|
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
|