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

Merge pull request #1 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-16 22:05:45 +01:00 committed by GitHub
commit 273a63a4f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 51 additions and 12 deletions

View file

@ -21,7 +21,21 @@ SimpleX - the first messaging platform operating without user identifiers of any
## Screenshots ## 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 ## Documentation and resources

View file

@ -5,29 +5,43 @@ It shall NOT be edited by hand.
# SimpleX pour YunoHost # 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 dinté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) [![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)* *[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 dinstaller 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 navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
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
![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 ## Documentations et ressources
* Site officiel de l'app : <https://simplex.chat/> * Site officiel de lapp : <https://simplex.chat/>
* Documentation officielle de l'admin : <https://yunohost.org/packaging_apps> * Documentation officielle de ladmin : <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 lapp : <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 dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -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

View file

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB