From 750dabd1856b818731f6542aa4330209a2bfbeb5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 5 Sep 2021 23:37:38 +0200 Subject: [PATCH] Fix --- doc/DESCRIPTION.md | 11 ++++++++++- scripts/remove | 12 ++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index b43b067..c250c69 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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). \ No newline at end of file +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. \ No newline at end of file diff --git a/scripts/remove b/scripts/remove index 5f7e3d1..ecff6a0 100755 --- a/scripts/remove +++ b/scripts/remove @@ -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