Monday, June 1, 2020

How To install Deploy Jitsi Meet UsinG Docker Compose in ubuntu 20.04

Video Tutorial -https://youtu.be/1mDqrf_aRZA

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Jitsi Meet is a free and open-source video-conferencing application that can be used as a standalone application or embed in your web application. It is based on WebRTC and provides multi-person video conference rooms without installing additional software or browser extensions.

Jitsi DockerHub Link - https://hub.docker.com/u/jitsi/

Jitsi Offcial wesbite - https://meet.jit.si

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Testing Environment: Ubuntu 20.04 LTS        Hostname - www.yourdomain.com         ip Address - 192.168.1.10

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

apt update ; apt install -y build-essential net-tools curl git software-properties-common neofetch apt-transport-https ca-certificates curl gnupg-agent docker.io docker-compose


systemctl enable --now docker ; usermod -aG docker $USER ; newgrp docker

git clone https://github.com/jitsi/docker-jitsi-meet.git /srv/jitsi

cp /srv/jitsi/env.example /srv/jitsi/.env

nano /srv/jitsi/.env

HTTP_PORT=80

HTTPS_PORT=443

TZ=Asia/Kolkata

PUBLIC_URL="https://www.yourdomain.com"

DOCKER_HOST_ADDRESS=192.168.1.10

ENABLE_HTTP_REDIRECT=1

cd /srv/jitsi/

docker-compose up -d

netstat -tlpn ; docker ps

https://www.yourdomain.com

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1 comment:

  1. нормально! работает! только надо нормально hosts оформить

    ReplyDelete