mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
64 lines
2.7 KiB
Markdown
64 lines
2.7 KiB
Markdown
|
<!--
|
||
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
|
Ini TIDAK boleh diedit dengan tangan.
|
||
|
-->
|
||
|
|
||
|
# Galène untuk YunoHost
|
||
|
|
||
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/galene.svg)](https://ci-apps.yunohost.org/ci/apps/galene/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/galene.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/galene.maintain.svg)
|
||
|
|
||
|
[![Pasang Galène dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galene)
|
||
|
|
||
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||
|
|
||
|
> *Paket ini memperbolehkan Anda untuk memasang Galène secara cepat dan mudah pada server YunoHost.*
|
||
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||
|
|
||
|
## Ringkasan
|
||
|
|
||
|
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 terkirim:** 0.9.1~ynh1
|
||
|
|
||
|
**Demo:** <https://galene.org:8443/>
|
||
|
|
||
|
## Tangkapan Layar
|
||
|
|
||
|
![Tangkapan Layar pada Galène](./doc/screenshots/screenshot.png)
|
||
|
|
||
|
## Dokumentasi dan sumber daya
|
||
|
|
||
|
- Website aplikasi resmi: <https://galene.org/>
|
||
|
- Dokumentasi pengguna resmi: <https://galene.org/faq.html>
|
||
|
- Dokumentasi admin resmi: <https://galene.org/>
|
||
|
- Depot kode aplikasi hulu: <https://github.com/jech/galene>
|
||
|
- Gudang YunoHost: <https://apps.yunohost.org/app/galene>
|
||
|
- Laporkan bug: <https://github.com/YunoHost-Apps/galene_ynh/issues>
|
||
|
|
||
|
## Info developer
|
||
|
|
||
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/galene_ynh/tree/testing).
|
||
|
|
||
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||
|
|
||
|
```bash
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
|
||
|
atau
|
||
|
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
|
||
|
```
|
||
|
|
||
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|