mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Video conference for YunoHost
* add max video member parameter to set max memory usage * add max memory usage * add VIDEOBRIDGE_MAX_MEMORY config * Update manifest.json * Update manifest.json * add max_memory parameter * add max memory unit * add max memory unit * add max member test value * Update manifest.json * Update manifest.json * Update jitsi-jicofo-config * Update jitsi-videobridge.config * Update install * Update install * Update install * Update upgrade * Update restore * Create config_panel.toml * Update config_panel.toml * Update config_panel.toml * fix bug * Create config * Update config_panel.toml * Update config * fix cannot restart service "" * Update config * change max users to max memory for better undertand * change max user to max memory for better understand * Update config_panel.toml edit help text * Update config * max_memory not needed during restore * remove max_memory question during install * default max_memory reduced * Cleanup * adding max_memory informations * Auto-update README * typo Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> |
||
---|---|---|
.github | ||
conf | ||
doc | ||
scripts | ||
.gitignore | ||
check_process | ||
config_panel.toml | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Jitsi Meet for YunoHost
This package allows you to install Jitsi Meet quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
Shipped version: 1.0.5913~ynh1
Demo: https://meet.jit.si/
Screenshots
Disclaimers / important information
Important points before installing
- Jitsi requires a dedicated root domain, eg. jitsi.domain.tld
- Jitsi requires the ports TCP/4443 and UDP/10000 to be forwarded to your YunoHost (The same way you forwarded 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config)
- Jitsi will stop and disable Metronome XMPP.
- LDAP authentication is activated, only authenticated users to create new conference rooms. Whenever a new room is about to be created, Jitsi Meet will prompt for a user name and password. After the room is created, others will be able to join from anonymous domain.
- Jitsi is configured for 50 users maximum, this number can be increase going to the Yunohost config panel
Documentation and resources
- Official app website: https://jitsi.org/
- Official user documentation: https://jitsi.org/user-faq/
- Upstream app code repository: https://github.com/jitsi/jitsi-meet
- YunoHost documentation for this app: https://yunohost.org/app_jitsi
- Report a bug: https://github.com/YunoHost-Apps/jitsi_ynh/issues
Developer info
Please send 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
More info regarding app packaging: https://yunohost.org/packaging_apps