mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
commit
273a63a4f8
6 changed files with 51 additions and 12 deletions
16
README.md
16
README.md
|
@ -21,7 +21,21 @@ SimpleX - the first messaging platform operating without user identifiers of any
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
### SMP server address
|
||||||
|
|
||||||
|
You can find the fingerprint in the SimpleX Chat service in the webadmin
|
||||||
|
|
||||||
|
Your SMP server address should look like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
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.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
34
README_fr.md
34
README_fr.md
|
@ -5,29 +5,43 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# SimpleX pour YunoHost
|
# SimpleX pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/simplex)  
|
[](https://dash.yunohost.org/appci/app/simplex)  
|
||||||
[](https://install-app.yunohost.org/?app=simplex)
|
[](https://install-app.yunohost.org/?app=simplex)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer SimpleX rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer SimpleX rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'utilisateur d'aucune sorte - 100 % privée de par sa conception !
|
SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'utilisateur d'aucune sorte - 100 % privée de par sa conception !
|
||||||
|
|
||||||
**Version incluse :** 4.1.0~ynh1
|
**Version incluse :** 4.1.0~ynh1
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
### SMP server address
|
||||||
|
|
||||||
|
You can find the fingerprint in the SimpleX Chat service in the webadmin
|
||||||
|
|
||||||
|
Your SMP server address should look like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
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.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://simplex.chat/>
|
* Site officiel de l’app : <https://simplex.chat/>
|
||||||
* Documentation officielle de l'admin : <https://yunohost.org/packaging_apps>
|
* Documentation officielle de l’admin : <https://yunohost.org/packaging_apps>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/simplex-chat/simplex-chat>
|
* Dépôt de code officiel de l’app : <https://github.com/simplex-chat/simplex-chat>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_simplex>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_simplex>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/simplex_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/simplex_ynh/issues>
|
||||||
|
|
||||||
|
@ -43,4 +57,4 @@ ou
|
||||||
sudo yunohost app upgrade simplex -u https://github.com/YunoHost-Apps/simplex_ynh/tree/testing --debug
|
sudo yunohost app upgrade simplex -u https://github.com/YunoHost-Apps/simplex_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,4 +1,4 @@
|
||||||
SOURCE_URL=https://github.com/ericgaspar/simplex_ynh/releases/download/v4.4.3/smp-server
|
SOURCE_URL=https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v4.1.0/smp-server
|
||||||
SOURCE_SUM=83bb242283e08cc37eb3870d2c0ef1b4d96725ee56e021c7bdaad919dc2bb336
|
SOURCE_SUM=83bb242283e08cc37eb3870d2c0ef1b4d96725ee56e021c7bdaad919dc2bb336
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
### SMP server address
|
||||||
|
|
||||||
|
You can find the fingerprint in the SimpleX Chat service in the webadmin
|
||||||
|
|
||||||
|
Your SMP server address should look like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
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.
|
BIN
doc/screenshots/conversation.png
Normal file
BIN
doc/screenshots/conversation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue