HOME

[prisna-google-website-translator]

MY.BLOGTOP10.COM

이 블로그는 QHost365.com 을 이용합니다.
도메인/웹호스팅 등록은 QHost365.com

Setup Jitsi in Docker with NGINX Proxy Manager

Blog

https://www.youtube.com/watch?v=1BPKw98TdLw

In this video we're going to take a look at installing Jisti in Docker. This will be a very basic install, but we'll make it available to the internet and there are resources below to help you enable other services in the setup. Setup Guide
https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker Steps: #download jitsi latest
#the version number may change, so be aware of that
sudo wget https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/stable-5963.tar.gz #extract file
#the version number may change, so be aware of that
tar -zxvf stable-5963.tar.gz #change directory
#the version number may change, so be aware of that
cd docker-jitsi-meet-stable-5963 #copy example file to .env
cp env.example .env #edit .env file
#because I'm going to use NGINX Proxy Manager, I do NOT use the LetsEncrypt section of this file.
#modify this file per your needs
sudo nano .env #enforce/generate strong passwords in the .env file
./gen-passwords.sh #create required config directories
mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri} #deploy
docker-compose up -d Once this is up and running, you can setup your domain and reverse proxy to point to the container, but make sure that you have the ability to enable Websockets support. Join this channel to get access to perks:
https://www.youtube.com/channel/UCVy16RS5eEDh8anP8j94G2A/join The hardware in my current home server is: – Synology DS1621xs+ (provided by Synology): https://amzn.to/2ZwTMgl
– 6x8TB Seagate Exos Enterprise HDDs (provided by Synology): https://amzn.to/3auLdcb
– 16GB DDR4 ECC RAM (provided by Synology): https://amzn.to/3do7avd
– 2TB NVMe Caching Drive (provided by Sabrent): https://amzn.to/3dwPCxj All amzn.to links are affiliate links. More Home Server Videos:
https://www.youtube.com/watch?v=A5ckT7pxrNY&list=PLhMI0SExGwfDsoRxRuDeOPPAfedcXFYSZ /=========================================/ Remember to leave a like on this video and subscribe if you want to see more! /=========================================/ Like what I do? Want to be generous and help support my channel? Here are some ways to support: Patreon: https://dbte.ch/patreon
Ko-fi: https://dbte.ch/kofi /=========================================/ Here's my Amazon Influencer Shop Link:
Amazon: https://dbte.ch/amazonshop /=========================================/ Follow Me:
Twitter: https://dbte.ch/tw
Facebook: https://dbte.ch/fb
Subscribe: https://dbte.ch/ytsub