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 'testing' into datadir

This commit is contained in:
Éric Gaspar 2024-04-10 08:18:08 +02:00
commit 27b76e061d
6 changed files with 228 additions and 33 deletions

6
ALL_README.md Normal file
View file

@ -0,0 +1,6 @@
# All available README files by language
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand.
-->
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
[![Install Galène with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Lire ce readme en français.](./README_fr.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Galène quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
> *This package allows you to install Galène quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
@ -31,9 +31,9 @@ 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.8.0~ynh2
**Shipped version:** 0.8.1~ynh2
**Demo:** https://galene.org:8443/
**Demo:** <https://galene.org:8443/>
## Screenshots
@ -41,23 +41,23 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
## Documentation and resources
* Official app website: <https://galene.org/>
* Official user documentation: <https://galene.org/faq.html>
* Official admin documentation: <https://galene.org/>
* Upstream app code repository: <https://github.com/jech/galene>
* YunoHost Store: <https://apps.yunohost.org/app/galene>
* Report a bug: <https://github.com/YunoHost-Apps/galene_ynh/issues>
- Official app website: <https://galene.org/>
- Official user documentation: <https://galene.org/faq.html>
- Official admin documentation: <https://galene.org/>
- Upstream app code repository: <https://github.com/jech/galene>
- YunoHost Store: <https://apps.yunohost.org/app/galene>
- Report a bug: <https://github.com/YunoHost-Apps/galene_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
To try the testing branch, please proceed like that.
To try the `testing` branch, please proceed like that:
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
or
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

63
README_eu.md Normal file
View file

@ -0,0 +1,63 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# Galène YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
[![Instalatu Galène YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek Galène YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
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
- LDAP support
- invite user
- Command-line client for Galene file transfer
**Paketatutako bertsioa:** 0.8.1~ynh2
**Demoa:** <https://galene.org:8443/>
## Pantaila-argazkiak
![Galène(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://galene.org/>
- Erabiltzaileen dokumentazio ofiziala: <https://galene.org/faq.html>
- Administratzaileen dokumentazio ofiziala: <https://galene.org/>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/jech/galene>
- YunoHost Denda: <https://apps.yunohost.org/app/galene>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/galene_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
edo
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -1,6 +1,6 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
-->
# Galène pour YunoHost
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
[![Installer Galène avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Read this readme in english.](./README.md)*
*[Lire le README dans d'autres langues.](./ALL_README.md)*
> *Ce package vous permet dinstaller Galène rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
> *Ce package vous permet dinstaller Galène rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
@ -31,9 +31,9 @@ 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.8.0~ynh2
**Version incluse:** 0.8.1~ynh2
**Démo :** https://galene.org:8443/
**Démo:** <https://galene.org:8443/>
## Captures décran
@ -41,23 +41,23 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et
## Documentations et ressources
* Site officiel de lapp : <https://galene.org/>
* Documentation officielle utilisateur : <https://galene.org/faq.html>
* Documentation officielle de ladmin : <https://galene.org/>
* Dépôt de code officiel de lapp : <https://github.com/jech/galene>
* YunoHost Store: <https://apps.yunohost.org/app/galene>
* Signaler un bug : <https://github.com/YunoHost-Apps/galene_ynh/issues>
- Site officiel de lapp: <https://galene.org/>
- Documentation officielle utilisateur: <https://galene.org/faq.html>
- Documentation officielle de ladmin: <https://galene.org/>
- Dépôt de code officiel de lapp: <https://github.com/jech/galene>
- YunoHost Store: <https://apps.yunohost.org/app/galene>
- Signaler un bug: <https://github.com/YunoHost-Apps/galene_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
Pour essayer la branche `testing`, procédez comme suit:
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
ou
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>

63
README_gl.md Normal file
View file

@ -0,0 +1,63 @@
<!--
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON debe editarse manualmente.
-->
# Galène para YunoHost
[![Nivel de integración](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
[![Instalar Galène con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Le este README en outros idiomas.](./ALL_README.md)*
> *Este paquete permíteche instalar Galène de xeito rápido e doado nun servidor YunoHost.*
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
## Vista xeral
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
- LDAP support
- invite user
- Command-line client for Galene file transfer
**Versión proporcionada:** 0.8.1~ynh2
**Demo:** <https://galene.org:8443/>
## Capturas de pantalla
![Captura de pantalla de Galène](./doc/screenshots/screenshot.png)
## Documentación e recursos
- Web oficial da app: <https://galene.org/>
- Documentación oficial para usuarias: <https://galene.org/faq.html>
- Documentación oficial para admin: <https://galene.org/>
- Repositorio de orixe do código: <https://github.com/jech/galene>
- Tenda YunoHost: <https://apps.yunohost.org/app/galene>
- Informar dun problema: <https://github.com/YunoHost-Apps/galene_ynh/issues>
## Info de desenvolvemento
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
Para probar a rama `testing`, procede deste xeito:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
ou
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>

63
README_it.md Normal file
View file

@ -0,0 +1,63 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# Galène per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/galene.svg)](https://dash.yunohost.org/appci/app/galene) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
[![Installa Galène con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare Galène su un server YunoHost in modo semplice e veloce.*
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
## Panoramica
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
- LDAP support
- invite user
- Command-line client for Galene file transfer
**Versione pubblicata:** 0.8.1~ynh2
**Prova:** <https://galene.org:8443/>
## Screenshot
![Screenshot di Galène](./doc/screenshots/screenshot.png)
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://galene.org/>
- Documentazione ufficiale per gli utenti: <https://galene.org/faq.html>
- Documentazione ufficiale per gli amministratori: <https://galene.org/>
- Repository upstream del codice dellapp: <https://github.com/jech/galene>
- Store di YunoHost: <https://apps.yunohost.org/app/galene>
- Segnala un problema: <https://github.com/YunoHost-Apps/galene_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
Per provare la branch di `testing`, si prega di procedere in questo modo:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
o
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>