diff --git a/README.md b/README.md index 56fcb1f..4338145 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,21 @@ SimpleX - the first messaging platform operating without user identifiers of any ## Screenshots -![Screenshot of SimpleX](./doc/screenshots/example.jpg) +![Screenshot of SimpleX](./doc/screenshots/conversation.png) + +## 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 diff --git a/README_fr.md b/README_fr.md index 8ed2971..ba8a9f1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,29 +5,43 @@ It shall NOT be edited by hand. # SimpleX pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/simplex.svg)](https://dash.yunohost.org/appci/app/simplex) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/simplex.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/simplex.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/simplex.svg)](https://dash.yunohost.org/appci/app/simplex) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/simplex.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/simplex.maintain.svg) [![Installer SimpleX avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=simplex) *[Read this readme in english.](./README.md)* -> *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.* +> *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.* -## 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 ! **Version incluse :** 4.1.0~ynh1 -## Captures d'écran +## Captures d’écran -![Capture d'écran de SimpleX](./doc/screenshots/example.jpg) +![Capture d’écran de SimpleX](./doc/screenshots/conversation.png) + +## 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 -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -43,4 +57,4 @@ ou sudo yunohost app upgrade simplex -u https://github.com/YunoHost-Apps/simplex_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 0c73892..14b589a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -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_PRG=sha256sum SOURCE_IN_SUBDIR=false diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..2e88734 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -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. diff --git a/doc/screenshots/conversation.png b/doc/screenshots/conversation.png new file mode 100644 index 0000000..539f43d Binary files /dev/null and b/doc/screenshots/conversation.png differ diff --git a/doc/screenshots/example.jpg b/doc/screenshots/example.jpg deleted file mode 100644 index a1efa1a..0000000 Binary files a/doc/screenshots/example.jpg and /dev/null differ