Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application. - jitsi-meet/index.html at master · oleksandrzakharov/jitsi-meet
/usr/local/sbin/certbot-auto renew --webroot -w /usr/share/jitsi-meet >> /var/log/le-renew.log 可以通过如下命令能否执行成功测试证书更新功能是否生效: certbot-auto renew --dry-run --webroot -w /usr/share/jitsi-meet 文件位置 文件: jicofo:/etc/jitsi/jicofo jitsi-videobridge: /etc/jitsi/v...
设置主机名sudo hostnamectl set-hostname meet.example.org 设置/etc/hosts127.0.0.1 localhostx.x.x.x meet.example.org 添加Jitsi-meet仓库# 安装lua(可选)echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.listwget https://prosody.im/files/p...
(1)clone jitsi-meet源码 打开nginx配置文件中配置jitsi-meet位置clone源码: git clonehttps://github.com/jitsi/jitsi-meet.git cd jitsi-meet npm install make (注:在旧发行版上安装时,请记住需要Node.js >= 12和npm >= 6) 修改jitsi meet的/jitsi-meet/config.js配置文件,示例如下: var config = { ...
/bin/bash /usr/local/sbin/certbot-auto renew --webroot -w /usr/share/jitsi-meet >> /var/log/le-renew.log 可以通过如下命令能否执行成功测试证书更新功能是否生效: certbot-auto renew --dry-run --webroot -w /usr/share/jitsi-meet 文件位置 文件: jicofo:/etc/jitsi/jicofo jitsi-videobridge: ...
Jitsi Meet:自由开源的视频会议解决方案,无需设置即可免费使用 | Linux 中国,程序员大本营,技术文章内容聚合第一站。
error_log /var/log/nginx/meet_error.log; location / { proxy_pass https://192.168.3.22:8443; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application. - jitsi/jitsi-meet
あとはブラウザから https://<IPアドレス>/ でアクセスすると、Jitsi Meet の画面が操作できます。 また、 DNS 情報が反映されれば https://ドメイン名/ でもアクセス可能になります。 処理が進行中かどうかは sudo tail -f /root/.sacloud-api/notes/<数字>.log コマンドを実行し、ロ...
Dashboard for Jitsi Meet Exporter Dashboard forJitsi Meet Exporter. It shows information about current Conferences, Participants and Bitrates. It also shows some information about Videostreams and how many minutes your instance served the conferences....