shackcros.blogg.se

Jitsi docker
Jitsi docker








jitsi docker

Jitsi::containerized_server::https_port: 30033 In that case it is also recommended to set your public url: jitsi::containerized_server::http_port: 30032 The HTTP port is relevant if you place your jitsi behind a reverse proxy.

jitsi docker

You can, for instance, change the ports the containers expose.īy default they are running on 30799 for HTTP and 30800 for HTTPS. You can add environment variables (see Self-Hosting Guide - Docker) via custom_variables parameter, if they aren't represented as a parameter itself: jitsi::containerized_server::custom_variables: In that case make sure you also specify the corresponding checksum and checksum type. You can also specify the version you want to download. Just assign it to your node and it will download the AppImage from the GitHub Releases. The class for the client does not need any further parameters but can work with the defaults. On the client it downloads a stable version of the AppImage from GitHub and saves it on /usr/local/bin.Ĭlient and server classes are completely unrelated but, of course, deal with connected subjects.

#Jitsi docker install#

On the server, it clones a stable version of the docker-composer file, performs some minor modifications and starts the server.īy default it expects you to install a reverse proxy which exposes jitsi to the internet. This module acts as a wrapper around a wrapper. Module for installing Jitsi Server (via docker-compose) and Client (as AppImage) Description










Jitsi docker