diff --git a/README.md b/README.md index 11b56bf..cd1bcb0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**Shipped version:** 4.4.1~ynh2 +**Shipped version:** 4.4.1~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e592eff..44f9737 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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.4.1~ynh2 +**Version incluse :** 4.4.1~ynh3 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src deleted file mode 100644 index da3d5c9..0000000 --- a/conf/app.src +++ /dev/null @@ -1,6 +0,0 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v4.4.1/smp-server -SOURCE_SUM=057b773520d87d0f71958665ff3c099ec7214165fa82551b0c2251ae9165ce03 -SOURCE_SUM_PRG=sha256sum -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=smp-server -SOURCE_EXTRACT=false diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 5d55ab1..17f099b 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,5 +4,5 @@ Your SMP server address: smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__ ``` -Mobile clients are available for [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) and f-droid(https://app.simplex.chat). +Mobile clients are available for [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) and [f-droid](https://app.simplex.chat). To configure 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/ADMIN_fr.md b/doc/ADMIN_fr.md index f7d5f43..35e5aa0 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -4,5 +4,5 @@ L'adresse de votre serveur SMP est : smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__ ``` -Les clients mobiles sont disponibles pour [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) et [f-droid](https://app.simplex.chat). +Les clients mobiles sont disponibles pour [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) et [f-droid](https://app.simplex.chat). Pour configurer 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. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index d307cb2..9ea8691 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SimpleX" description.en = "Messaging platform operating without user identifiers" description.fr = "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs" -version = "4.4.1~ynh2" +version = "4.4.1~ynh3" maintainers = ["eric_G"] @@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:simplex:simplex_chat" fund = "https://opencollective.com/simplex-chat" [integration] -yunohost = ">= 11.1.13" +yunohost = ">= 11.1.14" architectures = ["amd64"] multi_instance = false ldap = "not_relevant" @@ -40,3 +40,11 @@ ram.runtime = "50M" dir = "/usr/local/bin/__APP__" [resources.permissions] + + [resources.sources] + [resources.sources.main] + url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v4.4.1/smp-server" + sha256 = "057b773520d87d0f71958665ff3c099ec7214165fa82551b0c2251ae9165ce03" + in_subdir = false + extract = false + rename = "smp-server"