1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-09-05 23:37:38 +02:00
parent 6cc11634a7
commit 750dabd185
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 16 additions and 7 deletions

View file

@ -1 +1,10 @@
Galène is a videoconference server (an “SFU”) that is easy to deploy and that requires moderate server resources. It was originally designed for lectures and conferences (where a single speaker streams audio and video to hundreds or thousands of users), but later evolved to be useful for student practicals (where users are divided into many small groups), and meetings (where a dozen users interact with each other).
Galène is a videoconference server (an “SFU”) that is easy to deploy and that requires moderate server resources. It was originally designed for lectures and conferences (where a single speaker streams audio and video to hundreds or thousands of users), but later evolved to be useful for student practicals (where users are divided into many small groups), and meetings (where a dozen users interact with each other).
### Client features
- multiparty audio and video;
- text chat;
- reasonably good support for mobile (Android and iPhone/iPad);
- screen and window sharing, including sharing multiple windows simultaneously (not on mobile);
- streaming video and audio from disk;
- activity detection.

View file

@ -55,12 +55,12 @@ ynh_secure_remove --file="$final_path"
# REMOVE DATA DIR
#=================================================
# # Remove the app data directory with the command `yunohost app remove --purge`
# if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
# then
# ynh_script_progression --message="Removing $app data directory..." --weight=2
# ynh_secure_remove --file="$datadir"
# fi
# Remove the app data directory with the command `yunohost app remove --purge`
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
then
ynh_script_progression --message="Removing $app data directory..." --weight=2
ynh_secure_remove --file="$datadir"
fi
#=================================================
# REMOVE NGINX CONFIGURATION