mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
commit
ab9b1ce3d7
3 changed files with 5 additions and 7 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
|
||||
|
||||
**Shipped version:** 1.11.44~ynh1
|
||||
**Shipped version:** 1.11.45~ynh1
|
||||
|
||||
**Demo:** https://app.element.io/
|
||||
|
||||
|
@ -31,7 +31,6 @@ Element is a new type of messaging app. You choose where your messages are store
|
|||
* Official app website: <https://element.io>
|
||||
* Official admin documentation: <https://element.io/help>
|
||||
* Upstream app code repository: <https://github.com/vector-im/element-web/>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_element>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/element_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut.
|
||||
|
||||
**Version incluse :** 1.11.44~ynh1
|
||||
**Version incluse :** 1.11.45~ynh1
|
||||
|
||||
**Démo :** https://app.element.io/
|
||||
|
||||
|
@ -31,7 +31,6 @@ Element est un nouveau type d'application de messagerie. Vous choisissez où vos
|
|||
* Site officiel de l’app : <https://element.io>
|
||||
* Documentation officielle de l’admin : <https://element.io/help>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/vector-im/element-web/>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_element>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/element_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Element"
|
|||
description.en = "Web client for Matrix"
|
||||
description.fr = "Client web pour Matrix"
|
||||
|
||||
version = "1.11.44~ynh1"
|
||||
version = "1.11.45~ynh1"
|
||||
|
||||
maintainers = ["Josué Tille"]
|
||||
|
||||
|
@ -53,8 +53,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/vector-im/element-web/releases/download/v1.11.44/element-v1.11.44.tar.gz"
|
||||
sha256 = "a81d9cfb5e422ed385da07e36e9566b6ed035ace7d2bd99aaa010f1abdcaada6"
|
||||
url = "https://github.com/vector-im/element-web/releases/download/v1.11.45/element-v1.11.45.tar.gz"
|
||||
sha256 = "51be78f20394ddca9aa298d76407044b2b6663cb09e18419e22c47599dbe1e8e"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue