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:
commit
0b868ea0fd
4 changed files with 43 additions and 4 deletions
|
@ -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)
|
||||||
|
|
||||||
|
[](https://play.google.com/store/apps/details?id=chat.simplex.app)
|
||||||
|
|
||||||
|
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
|
||||||
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://simplex.chat/>
|
* Official app website: <https://simplex.chat/>
|
||||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -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)
|
||||||
|
|
||||||
|
[](https://play.google.com/store/apps/details?id=chat.simplex.app)
|
||||||
|
|
||||||
|
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
|
||||||
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
[](https://play.google.com/store/apps/details?id=chat.simplex.app)
|
||||||
|
|
||||||
|
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
|
||||||
|
|
||||||
|
|
18
doc/DISCLAIMER_fr.md
Normal file
18
doc/DISCLAIMER_fr.md
Normal 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)
|
||||||
|
|
||||||
|
[](https://play.google.com/store/apps/details?id=chat.simplex.app)
|
||||||
|
|
||||||
|
[<img src="https://github.com/simplex-chat/.github/blob/master/profile/images/f_droid.svg" alt="F-Droid" height="41">](https://app.simplex.chat)
|
||||||
|
|
Loading…
Add table
Reference in a new issue