From 899014d998b3dbdd40288c98ae834a2d10eaf2e4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 12 Mar 2023 07:42:23 +0000 Subject: [PATCH] Auto-update README --- README.md | 20 +------------------- README_fr.md | 20 +------------------- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index a482755..19ec395 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 CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored. -**Shipped version:** 5.2.1~ynh6 +**Shipped version:** 5.2.1~ynh7 **Demo:** https://cryptpad.fr/ @@ -26,24 +26,6 @@ CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. ![Screenshot of CryptPad](./doc/screenshots/screenshot.png) -## Disclaimers / important information - -## Configuration - -We have added the mandatory sandbox domain for you but you still need to configure your DNS and generate Let's Encrypt Certificates for it !! - -Once CryptPad is installed, create an account via the Register button on the home page. To make this account an instance administrator: - -1. Copy the public key found in User Menu (avatar at the top right) > Settings > Account > Public Signing Key -2. Paste this key in `/var/www/cryptpad/config/config.js` in the following array (uncomment and replace the placeholder): -``` -adminKeys: [ - "[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", -], -``` - -3. Restart CryptPad service (In YunoHost webadmin -> Services -> cryptpad -> Restart) - ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 648affb..42aac78 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 CryptPad est une suite de collaboration chiffrée de bout en bout et open source. Il est conçu pour permettre la collaboration, en synchronisant les modifications apportées aux documents en temps réel. Étant donné que toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu modifié et stocké. -**Version incluse :** 5.2.1~ynh6 +**Version incluse :** 5.2.1~ynh7 **Démo :** https://cryptpad.fr/ @@ -26,24 +26,6 @@ CryptPad est une suite de collaboration chiffrée de bout en bout et open source ![Capture d’écran de CryptPad](./doc/screenshots/screenshot.png) -## Avertissements / informations importantes - -## Configuration - -Nous avons ajouté le domaine obligatoire sandbox pour vous mais vous devez encore configurer votre DNS et générer les certificats pour celui-ci. - -Une fois CryptPad installé, créez un compte via le bouton S'inscrire sur la page d'accueil. Pour faire de ce compte un administrateur d'instance : - -1. Copiez la clé publique trouvée dans le menu utilisateur (avatar en haut à droite) > Paramètres > Compte > Clé de signature publique -2. Collez cette clé dans `/var/www/cryptpad/config/config.js` dans le tableau suivant (décommentez et remplacez l'espace réservé) : -``` -adminKeys: [ - "[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", -], -``` - -3. Redémarrer le service CryptPad (Dans webadmin YunoHost -> Services -> cryptpad -> Redémarrer) - ## Documentations et ressources * Site officiel de l’app :