1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Merge branch 'master' into testing

This commit is contained in:
Salamandar 2024-06-14 11:33:48 +02:00
commit e70ac9e30d
9 changed files with 10 additions and 10 deletions

View file

@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
**Shipped version:** 0.9~ynh1
**Shipped version:** 0.9~ynh2
**Demo:** <https://galene.org:8443/>

View file

@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
**Versión actual:** 0.9~ynh1
**Versión actual:** 0.9~ynh2
**Demo:** <https://galene.org:8443/>

View file

@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
**Paketatutako bertsioa:** 0.9~ynh1
**Paketatutako bertsioa:** 0.9~ynh2
**Demoa:** <https://galene.org:8443/>

View file

@ -31,7 +31,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et
- Client en ligne de commande pour le transfert de fichiers Galene
**Version incluse:** 0.9~ynh1
**Version incluse:** 0.9~ynh2
**Démo:** <https://galene.org:8443/>

View file

@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
**Versión proporcionada:** 0.9~ynh1
**Versión proporcionada:** 0.9~ynh2
**Demo:** <https://galene.org:8443/>

View file

@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- Command-line client for Galene file transfer
**分发版本:** 0.9~ynh1
**分发版本:** 0.9~ynh2
**演示:** <https://galene.org:8443/>

View file

@ -4,7 +4,7 @@
"users": {
"__ADMIN__": {
"permissions": "admin",
"password": "__PASSWORD_HASH__"
"password": __PASSWORD_HASH__
}
}
}
}

View file

@ -1,5 +1,5 @@
"users": {
"__ADMIN__": {"permissions": "op", "password": "__PASSWORD_HASH__"},
"__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
"description": "__GROUP_DESCRIPTION__",
"public": true,
"allow-recording": true,

View file

@ -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.9~ynh1"
version = "0.9~ynh2"
maintainers = ["eric_G"]