1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00

Merge branch 'testing'

This commit is contained in:
Éric Gaspar 2023-01-16 22:11:13 +01:00
commit 0b868ea0fd
4 changed files with 43 additions and 4 deletions

View file

@ -37,6 +37,13 @@ smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223
For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/apple_store.svg" alt="iOS app" height="42">](https://apps.apple.com/us/app/simplex-chat/id1605771084)
&nbsp;
[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app)
&nbsp;
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
&nbsp;
## Documentation and resources ## Documentation and resources
* Official app website: <https://simplex.chat/> * Official app website: <https://simplex.chat/>

View file

@ -25,17 +25,24 @@ SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'uti
## Avertissements / informations importantes ## Avertissements / informations importantes
### SMP server address ### Adresse du serveur SMP
You can find the fingerprint in the SimpleX Chat service in the webadmin Vous pouvez trouver l'empreinte digitale dans le service SimpleX Chat dans la webadmin.
Your SMP server address should look like this: L'adresse de votre serveur SMP devrait ressembler à ceci :
``` ```
smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223
``` ```
For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise.
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/apple_store.svg" alt="iOS app" height="42">](https://apps.apple.com/us/app/simplex-chat/id1605771084)
&nbsp;
[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app)
&nbsp;
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
&nbsp;
## Documentations et ressources ## Documentations et ressources

View file

@ -9,3 +9,10 @@ smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223
``` ```
For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/apple_store.svg" alt="iOS app" height="42">](https://apps.apple.com/us/app/simplex-chat/id1605771084)
&nbsp;
[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app)
&nbsp;
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
&nbsp;

18
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,18 @@
### Adresse du serveur SMP
Vous pouvez trouver l'empreinte digitale dans le service SimpleX Chat dans la webadmin.
L'adresse de votre serveur SMP devrait ressembler à ceci :
```
smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223
```
Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise.
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/apple_store.svg" alt="iOS app" height="42">](https://apps.apple.com/us/app/simplex-chat/id1605771084)
&nbsp;
[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app)
&nbsp;
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
&nbsp;