mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Language reworked
This commit is contained in:
parent
0ea3356869
commit
de35bf322b
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -6,22 +6,22 @@
|
|||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
[Install YunoHost](https://yunohost.org/#/install) to be able to do so.*
|
||||
|
||||
## Overview
|
||||
Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences.
|
||||
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
|
||||
|
||||
**Shipped version:** 1.0.3387
|
||||
|
||||
## Important points to read before installing
|
||||
## Important points before installing
|
||||
|
||||
1. **Jitsi** require a dedicated **root domain**, eg. jitsi.domain.tld
|
||||
2. **Jitsi** require you create additionals domains in your dns and in your YunoHost
|
||||
1. **Jitsi** requires a dedicated **root domain**, eg. jitsi.domain.tld
|
||||
2. **Jitsi** requires you create additionals domains in your DNS and in your YunoHost
|
||||
* auth.jitsi.domain.tld
|
||||
* conference.jitsi.domain.tld
|
||||
* jitsi-videobridge.jitsi.domain.tld
|
||||
* focus.jitsi.domain.tld
|
||||
3. **Jitsi** require the ports TCP/4443 and UDP/10000 been redirected to your YunoHost
|
||||
3. **Jitsi** requires the ports TCP/4443 and UDP/10000 to be redirected to your YunoHost
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -33,13 +33,13 @@ Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Ji
|
|||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: by an admin panel, a plain file with SSH, or any other way.
|
||||
How to configure this app: Via the admin panel, a plain file with SSH, or any other way.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://jitsi.org/user-faq/
|
||||
|
||||
## YunoHost specific features
|
||||
## Specific YunoHost features
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
|
@ -56,12 +56,12 @@ How to configure this app: by an admin panel, a plain file with SSH, or any othe
|
|||
|
||||
---
|
||||
|
||||
Developers info
|
||||
Developer info
|
||||
----------------
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
To try the testing branch, do this:
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug
|
||||
or
|
||||
|
|
Loading…
Reference in a new issue