mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fix
This commit is contained in:
parent
2fc82928c5
commit
0fab41c65f
3 changed files with 21 additions and 12 deletions
|
@ -1 +1,10 @@
|
||||||
Rocket.Chat est une plate-forme de communication open source entièrement personnalisable développée en JavaScript pour les organisations avec des normes élevées de protection des données.
|
Rocket.Chat est une plate-forme de communication open source entièrement personnalisable développée en JavaScript pour les organisations avec des normes élevées de protection des données.
|
||||||
|
|
||||||
|
### Fonctionnalités
|
||||||
|
|
||||||
|
- Chiffrement de bout en bout
|
||||||
|
- LDAP
|
||||||
|
- Authentification multifacteur
|
||||||
|
- Autorisation utilisateur personnalisable
|
||||||
|
- Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
|
||||||
|
- Applications de bureau pour [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) et [Windows](https://releases.rocket.chat/desktop/latest/download)
|
|
@ -1,12 +1,12 @@
|
||||||
### E-mail Configuration
|
### E-mail Configuration
|
||||||
|
|
||||||
To enable E-mail for address verification, go to Rocketchat Administration panel under E-mail -> SMTP and set as follow:
|
To enable E-mail for address verification, go to Rocket.Chat Administration panel under E-mail -> SMTP and set as follow:
|
||||||
|
|
||||||
- Protocole: smtp
|
- Protocole: `smtp`
|
||||||
- Host: localhost
|
- Host: `localhost`
|
||||||
- Port: 25
|
- Port: `25`
|
||||||
- From -mail: rocketchat@domain.tld
|
- From -mail: `rocketchat@domain.tld`
|
||||||
|
|
||||||
### Configure and activate federation for Rocketchat
|
### Configure and activate federation for Rocket.Chat
|
||||||
|
|
||||||
https://support.indie.host/help/fr-fr/13/40
|
https://support.indie.host/help/fr-fr/13/40
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
Pour activer l'e-mail pour la vérification des adresses, accédez au panneau d'administration de Rocketchat sous E-mail -> SMTP et définissez comme suit :
|
Pour activer l'e-mail pour la vérification des adresses, accédez au panneau d'administration de Rocketchat sous E-mail -> SMTP et définissez comme suit :
|
||||||
|
|
||||||
- Protocole: smtp
|
- Protocole : `smtp`
|
||||||
- Hôte: localhost
|
- Hôte : `localhost`
|
||||||
- Port: 25
|
- Port : `25`
|
||||||
- De l'e-mail: rocketchat@domain.tld
|
- De l'e-mail : `rocketchat@domain.tld`
|
||||||
|
|
||||||
### Configurer et activer la fédération pour Rocketchat
|
### Configurer et activer la fédération pour Rocket.Chat
|
||||||
|
|
||||||
https://support.indie.host/help/fr-fr/13/40
|
https://support.indie.host/help/fr-fr/13/40
|
||||||
|
|
Loading…
Add table
Reference in a new issue