mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
parent
a046b3765a
commit
3f9c3a6003
4 changed files with 11 additions and 11 deletions
|
@ -9,9 +9,9 @@
|
|||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
CryptPad is a Zero Knowledge realtime collaborative editor. You can share access to a document simply by sharing the link.
|
||||
CryptPad is a collaborative encrypted document editor in real time. It is a privacy-friendly alternative to popular office tools and cloud services. All content stored in CryptPad is encrypted before being sent, which means that no one can access your data unless you give them the keys. You can share access to a document simply by sharing the link.
|
||||
|
||||
**Shipped version:** 3.18.1
|
||||
**Shipped version:** 3.19.0
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -45,7 +45,7 @@ CryptPad is a Zero Knowledge realtime collaborative editor. You can share access
|
|||
## Limitations
|
||||
|
||||
* Installation possible only on a root domain (CryptPad limitation)
|
||||
* Can't login via SSO (due to this [Cryptpad limitation](https://github.com/xwiki-labs/cryptpad/issues/116))
|
||||
* Can't login via SSO (due to this [CryptPad limitation](https://github.com/xwiki-labs/cryptpad/issues/116))
|
||||
|
||||
## Additional information
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
|
||||
## Vue d'ensemble
|
||||
CryptPad est un éditeur de documents chiffrés collaboratifs en temps réel. Vous pouvez partager l'accès à un document simplement en partageant le lien.
|
||||
CryptPad est un éditeur de documents chiffrés collaboratifs en temps réel. C'est une alternative respectant la vie privée aux outils office et aux services cloud populaires. Tout le contenu stocké dans CryptPad est chiffré avant d'être envoyé, ce qui signifie que personne ne peut accéder à vos données à moins que vous ne leur donniez les clés. Vous pouvez partager l'accès à un document simplement en partageant le lien.
|
||||
|
||||
**Version incluse :** 3.18.1
|
||||
**Version incluse :** 3.19.0
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -30,7 +30,7 @@ Comment configurer cette application : via le panneau d'administration ainsi que
|
|||
* Official documentation : https://cryptpad.fr/what-is-cryptpad.html
|
||||
* YunoHost documentation : If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
#### Support multi-utilisateur
|
||||
|
||||
|
@ -56,7 +56,7 @@ Comment configurer cette application : via le panneau d'administration ainsi que
|
|||
* Signaler un bug : https://github.com/YunoHost-Apps/cryptpad_ynh/issues
|
||||
* Site de l'application : https://cryptpad.fr/
|
||||
* Dépôt de l'application principale : https://github.com/xwiki-labs/cryptpad
|
||||
* Site web YunoHost: https://yunohost.org/
|
||||
* Site web YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/3.18.1.tar.gz
|
||||
SOURCE_SUM=6aad512ffd04632b94dc47c17f59781c484508dd6bcf4675bda945d74e66ef6b
|
||||
SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/3.19.0.tar.gz
|
||||
SOURCE_SUM=da5410aab4b3b63774ace5367a5c4337c819920717f28923db774f1dd8c13812
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=cryptpad-3.18.1.tar.gz
|
||||
SOURCE_FILENAME=cryptpad-3.19.0.tar.gz
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Zero Knowledge realtime collaborative editor",
|
||||
"fr": "Éditeur chiffré collaboratif en temps réel."
|
||||
},
|
||||
"version": "3.18.1~ynh1",
|
||||
"version": "3.19.0~ynh1",
|
||||
"url": "https://cryptpad.fr/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue