Small fixes

This commit is contained in:
ericgaspar 2020-09-22 21:51:19 +02:00
parent 74b0512203
commit e92368e26e
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 12 additions and 13 deletions

View file

@ -24,29 +24,28 @@ You can connect to your YunoHost XMPP account in different ways.
### Desktop clients
- [Gajim](http://gajim.org/) (Linux,Windows)
- [Gajim](http://gajim.org/) (Linux, Windows)
- [Dino](https://dino.im) (Linux)
- [Thunderbird](https://www.thunderbird.net/fr/) (multiplatform)
- [Beagle IM](https://beagle.im/) (Mac OS)
- [Beagle IM](https://beagle.im/) (macOS)
- [Profanity](https://profanity-im.github.io/) (Linux)
### Mobile clients
- [Conversations](https://conversations.im/) (Android)
- [Xabber](http://xabber.com) (Android)
- [Movim under Android](https://movim.eu)
- [Movim](https://movim.eu) (Android)
- [Monal](https://monal.im/) (iOS)
- [Siskin IM](https://siskin.im/) (iOS)
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
Here is an exhaustive list of XMPP clients : https://xmpp.org/software/clients.html
Here is an exhaustive list of XMPP clients: https://xmpp.org/software/clients.html
## Encrypt conversations with OMEMO
XMPP chats can be made secure and private using [OMEMO encryption](https://xmpp.org/extensions/xep-0384.html), for instance using Gajim:
- Install `gajim` and the plugin `gajim-omemo`
- Enable the plugin in `Tools > Plugins`
- Enable it
- Enable the encryption in the chat with somebody who also has OMEMO
## Chatrooms

View file

@ -21,12 +21,13 @@ También puedes utilizar un cliente Desktop como :
- [Gajim](https://gajim.org/es/) (Linux, Windows)
- [Dino](https://dino.im) (Linux)
- [Thunderbird](https://www.thunderbird.net/es-ES/) (multiplataformas)
- [Beagle IM](https://beagle.im/) (macOS)
- [Profanity](https://profanity-im.github.io/) (Linux)
... o un cliente smartphone :
- [Conversations](https://conversations.im/) (Android)
- [Xabber](http://xabber.com) (Android)
- [Movim sous Android](https://movim.eu)
- [Movim](https://movim.eu) (Android)
- [Siskin IM](https://siskin.im/) (iOS)
- [Monal](https://monal.im/) (iOS)
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)

View file

@ -24,17 +24,17 @@ Il existe différents types de clients pour se connecter à XMPP.
### Clients de bureau
- [Gajim](http://gajim.org/fr/) (Linux,Windows)
- [Gajim](http://gajim.org/fr/) (Linux, Windows)
- [Dino](https://dino.im) (Linux)
- [Thunderbird](https://www.thunderbird.net/) (multiplateforme)
- [Beagle IM](https://beagle.im/) (Mac OS)
- [Beagle IM](https://beagle.im/) (macOS)
- [Profanity](https://profanity-im.github.io/) (Linux)
### Clients sur mobile
- [Conversations](https://conversations.im/) (Android)
- [Xabber](http://xabber.com) (Android)
- [Movim sous Android](https://movim.eu)
- [Movim](https://movim.eu) (Android)
- [Monal](https://monal.im/) (iOS)
- [Siskin IM](https://siskin.im/) (iOS)
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
@ -46,7 +46,6 @@ Voici une liste plus exhaustive des clients XMPP : https://fr.wikipedia.org/wik
Il est possible de rendre les conversations plus sécurisées et privées en les chiffrants à l'aide de [OMEMO](https://xmpp.org/extensions/xep-0384.html), notamment en utilisant Gajim :
- Installer `gajim` et le plugin `gajim-omemo`
- Activez le plugins dans `Outils > Plugins`
- L'activer
- Activez le chiffrement dans une conversation avec un contact disposant de OMEMO.
## Salon de discussion

View file

@ -48,7 +48,7 @@ When updating the **Fail2Ban** software, the original `/etc/fail2ban/jail.conf`
sudo nano /etc/fail2ban/jail.d/yunohost-whitelist.conf
```
3. Paste the following content into the file and adapt the IP address `XXX.XXX.XXX.XXX` :
3. Paste the following content into the file and adapt the IP address `XXX.XXX.XXX.XXX`:
```bash
[DEFAULT]

View file

@ -62,4 +62,4 @@ Lors dune mise à jour du logiciel **Fail2Ban**, le fichier dorigine `/etc
sudo fail2ban-client reload
```
Félicitations, plus de risques de se bannir de son propre serveur YunoHost!
Félicitations, plus de risques de se bannir de son propre serveur YunoHost !

View file

@ -20,7 +20,7 @@ Sur le panneau de gestion d'OVH, vous aller récupérer 3 informations :
Sur votre VPS, vous aller créer une sauvegarde de votre fichier de configuration des interfaces réseau dans votre répertoire home avec la commande : `cp /etc/network/interfaces ~/interfaces`.
Ensuite, vous pouvez modifier le fichier de configuration `/etc/network/interfaces`).
Ensuite, vous pouvez modifier le fichier de configuration `/etc/network/interfaces`.
<div class="alert alert-warning" markdown="1">
Dans cet exemple, nous considérons que votre interface réseau est `eth0`. Si elle est différente (vérifiez avec `ip a`) vous devez adapter l'exemple pour correspondre à votre situation.
</div>