mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Video conference for YunoHost
conf | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Jitsi Meet for YunoHost
This package allow you to install Jitsi Meet quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.
Overview
Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences.
Shipped version: 1.0.3775
Important points to read before installing
- Jitsi require a dedicated root domain, eg. jitsi.domain.tld
- Jitsi require your create additionals dns names in your dns that goes to your YunoHost
- auth.jitsi.domain.tld
- conference.jitsi.domain.tld
- jitsi-videobridge.jitsi.domain.tld
- focus.jitsi.domain.tld
- Jitsi require the ports TCP/4443 and UDP/10000 been redirected to your YunoHost
Screenshots
Demo
Configuration
How to configure this app: by an admin panel, a plain file with SSH, or any other way.
Documentation
- Official documentation: https://jitsi.org/user-faq/
YunoHost specific features
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/jitsi_ynh/issues
- App website: https://jitsi.org/
- Upstream app repository: https://github.com/jitsi/jitsi-meet
- YunoHost website: https://yunohost.org/
Developers info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please do your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug
or
sudo yunohost app upgrade jitsi -u https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug