mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
commit
74f201f024
5 changed files with 6 additions and 10 deletions
|
@ -21,13 +21,12 @@ Rocket.Chat is an open-source fully customizable communications platform develop
|
|||
### Features
|
||||
|
||||
- End to End Encryption
|
||||
- LDAP/Active Directory (manual setup)
|
||||
- Multifactor Authentication
|
||||
- Customizable User Permission
|
||||
- Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
|
||||
- Desktop Apps for [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) and [Windows](https://releases.rocket.chat/desktop/latest/download)
|
||||
|
||||
**Shipped version:** 6.2.4~ynh1
|
||||
**Shipped version:** 6.2.8~ynh1
|
||||
|
||||
**Demo:** https://cloud.rocket.chat/trial
|
||||
|
||||
|
|
|
@ -21,13 +21,12 @@ Rocket.Chat est une plate-forme de communication open source entièrement person
|
|||
### Fonctionnalités
|
||||
|
||||
- Chiffrement de bout en bout
|
||||
- LDAP (configuration manuelle)
|
||||
- Authentification multifacteur
|
||||
- Autorisation utilisateur personnalisable
|
||||
- Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
|
||||
- Applications de bureau pour [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) et [Windows](https://releases.rocket.chat/desktop/latest/download)
|
||||
|
||||
**Version incluse :** 6.2.4~ynh1
|
||||
**Version incluse :** 6.2.8~ynh1
|
||||
|
||||
**Démo :** https://cloud.rocket.chat/trial
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ Rocket.Chat is an open-source fully customizable communications platform develop
|
|||
### Features
|
||||
|
||||
- End to End Encryption
|
||||
- LDAP/Active Directory (manual setup)
|
||||
- Multifactor Authentication
|
||||
- Customizable User Permission
|
||||
- Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
|
||||
|
|
|
@ -3,7 +3,6 @@ Rocket.Chat est une plate-forme de communication open source entièrement person
|
|||
### Fonctionnalités
|
||||
|
||||
- Chiffrement de bout en bout
|
||||
- LDAP (configuration manuelle)
|
||||
- Authentification multifacteur
|
||||
- Autorisation utilisateur personnalisable
|
||||
- Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Rocket.Chat"
|
|||
description.en = "Team collaboration communication platform"
|
||||
description.fr = "Plateforme de communication collaborative en équipe"
|
||||
|
||||
version = "6.2.4~ynh1"
|
||||
version = "6.2.8~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -18,7 +18,7 @@ userdoc = "https://docs.rocket.chat/guides/user-guides"
|
|||
code = "https://github.com/RocketChat/Rocket.Chat"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = ["amd64"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -51,8 +51,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://releases.rocket.chat/6.2.4/download"
|
||||
sha256 = "d9b72842aa152c7e933504af38de8bb585061634ff5cea0ee57cd2cb0b951ae4"
|
||||
url = "https://releases.rocket.chat/6.2.8/download"
|
||||
sha256 = "7568ac839669938acdcd8f37d2e991afdeccd043af04ef957ac9166c0241a146"
|
||||
in_subdir = true
|
||||
extract = true
|
||||
rename = "rocket.chat.tgz"
|
||||
|
|
Loading…
Add table
Reference in a new issue