From 18bbc28cd182ce46c92db5c182c4840e4f184ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 1 May 2023 09:54:25 +0200 Subject: [PATCH] add description --- doc/ADMIN.md | 4 ++++ doc/ADMIN_fr.md | 4 ++++ doc/DESCRIPTION.md | 1 + doc/DESCRIPTION_fr.md | 1 + manifest.toml | 4 ++-- 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index ba56d5e..82c4825 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -66,3 +66,7 @@ Statistics are available under `/opt/yunohost/galene/stats.json`, with a human-r ### How do I record my lecture? Make sure allow-recording is set in your group configuration. Log-in as an operator, then say `/record` before you start your lecture. Don't forget to say `/unrecord` at the end. You will find your recordings under `https://__DOMAIN__/recordings/groupname/`. The video recordings are stored in `__DATA_DIR__/recordings` folder. + +### Command-line client for Galene file transfer + +https://github.com/jech/galene-file-transfer/blob/master/README diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index b61a8ea..72c3d0d 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -66,3 +66,7 @@ Les statistiques sont disponibles sous `/opt/yunohost/galene/stats.json`, avec u ### Comment enregistrer ma conférence ? Assurez-vous que l'autorisation d'enregistrement est définie dans la configuration de votre groupe. Connectez-vous en tant qu'opérateur, puis dites `/record` dans la fenêtre de chat avant de commencer la visio. N'oubliez pas de dire `/unrecord` à la fin. Vous trouverez vos enregistrements sous `https://__DOMAIN__/recordings/groupname/`. Les enregistrements vidéo sont stockés dans le dossier `__DATA_DIR__/recordings`. + +### Client en ligne de commande pour le transfert de fichiers + +https://github.com/jech/galene-file-transfer/blob/master/README \ No newline at end of file diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 2258c68..8c9ef63 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -10,3 +10,4 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th - activity detection - LDAP support - invite user +- Command-line client for Galene file transfer diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index a6c1ffa..f57f363 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -10,3 +10,4 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et - détection d'activité - prise en charge LDAP - inviter un utilisateur +- Client en ligne de commande pour le transfert de fichiers Galene diff --git a/manifest.toml b/manifest.toml index 1552b00..2cd1711 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Galène" description.en = "Videoconferencing server that is easy to deploy" description.fr = "Serveur de visioconférence facile à déployer" -version = "0.7.0~ynh1" +version = "0.7.0~ynh2" maintainers = ["eric_G"] @@ -80,7 +80,7 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] - subdirs = ["groups","recordings"] + subdirs = ["groups", "recordings"] [resources.permissions] main.url = "/"