mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Testing (#114)
* Stop auto updating for now * Update manifest.json * Update ynh_install_go * Update ynh_install_go * Update ldap.src * Add feature to readme * Auto-update README * 0.6.2 * Auto-update README * cleaning * Auto-update README * Auto-update README * Update systemd.service * Upgrade auto-updater (#106) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean <titus@pijean.ovh> * Galene v2 (#104) * v2 * Fix * Auto-update README * Fix * fix * Fix * Fix * Auto-update README * Fix * Auto-update README * Fix * Auto-update README * Update tests.toml * Fix * Update manifest.toml * Update manifest.toml * Update tests.toml * Update tests.toml * Update tests.toml * Update tests.toml * Update tests.toml * Update restore * Update install * Update upgrade * Update manifest.toml * Update ynh_install_go * Update change_url * Auto-update README * Update change_url * fix * Update change_url * Update change_url * Update manifest.toml * fix * Update systemd.service * Update systemd.service * Update systemd.service * Update systemd.service * Update systemd.service * Update upgrade * Update upgrade * Update install * Update upgrade * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Auto-update README * Update manifest.toml * Fix * Update DESCRIPTION.md * Auto-update README * Create POST_INSTALL.md * Auto-update README * fix * Auto-update README * Create POST_INSTALL_fr.md * Fix * Fix * Update change_url * Update manifest.toml * Delete app.src * fix * Update manifest.toml * cleaning * Update manifest.toml * Update manifest.toml * Update manifest.toml * Update manifest.toml * Update manifest.toml * Update install * Password generator (#109) * fix * Update install * Update install * Update install * Update install * Update manifest.toml * Update install * Update manifest.toml * fix * Update install * fix * fix * Update config.json * fix * Update manifest.toml * Auto-update README * Update upgrade * Update upgrade * fix * Update restore * Update _common.sh * hash password * autoupdate * Update manifest.toml * Update manifest.toml * Auto-update README * Update manifest.toml * 0.7.0 * Auto-update README * Update ldap.service * add invite user * Auto-update README * add sudirs * Update config.json * Update config.json * add description * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <titus@pijean.ovh>
This commit is contained in:
parent
95af5e65de
commit
f337ee206f
9 changed files with 17 additions and 14 deletions
|
@ -28,9 +28,10 @@ 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
|
||||
|
||||
|
||||
**Shipped version:** 0.7.0~ynh1
|
||||
**Shipped version:** 0.7.0~ynh2
|
||||
|
||||
**Demo:** https://galene.org:8443/
|
||||
|
||||
|
|
|
@ -28,9 +28,10 @@ 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
|
||||
|
||||
|
||||
**Version incluse :** 0.7.0~ynh1
|
||||
**Version incluse :** 0.7.0~ynh2
|
||||
|
||||
**Démo :** https://galene.org:8443/
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"canonicalHost": "__DOMAIN__",
|
||||
"proxyURL": "https://__DOMAIN__",
|
||||
"admin":[{"username":"__ADMIN__", "password": __PASSWORD_HASH__}]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,6 +80,7 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
subdirs = ["groups", "recordings"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
|
@ -84,17 +84,6 @@ ynh_secure_remove --file="$install_dir/.go-version"
|
|||
|
||||
chmod +x "$install_dir/galene-password-generator"
|
||||
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
#=================================================
|
||||
ynh_script_progression --message="Creating a data directory..." --weight=1
|
||||
|
||||
mkdir -p $data_dir/{groups,recordings}
|
||||
|
||||
chmod 750 "$data_dir"
|
||||
chmod -R o-rwx "$data_dir"
|
||||
chown -R $app:www-data "$data_dir"
|
||||
|
||||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue