1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00
CryptPad package for YunoHost
Find a file
2022-06-03 09:52:52 +02:00
.github Fix 2022-04-04 14:01:27 +02:00
conf Update config.js 2022-06-03 09:52:52 +02:00
doc Merge branch 'testing' into patch-2 2022-02-01 10:01:20 +01:00
scripts Merge branch '4.14.0' of https://github.com/YunoHost-Apps/cryptpad_ynh into 4.14.0 2022-06-03 09:51:48 +02:00
check_process Apply example_ynh 2022-05-28 01:29:55 +02:00
LICENSE Change to a compatible license 2018-03-11 15:26:19 +01:00
manifest.json Merge branch 'testing' into 4.14.0 2022-06-03 09:49:40 +02:00
README.md Merge remote-tracking branch 'origin/ci-auto-update-v4.14.1' into 4.14.0 2022-06-03 09:47:19 +02:00
README_fr.md Merge remote-tracking branch 'origin/ci-auto-update-v4.14.1' into 4.14.0 2022-06-03 09:47:19 +02:00

CryptPad for YunoHost

Integration level Working status Maintenance status
Install CryptPad with YunoHost

Lire ce readme en français.

This package allows you to install CryptPad quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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: 4.14.1~ynh1

Demo: https://cryptpad.fr/

Screenshots

Screenshot of CryptPad

Disclaimers / important information

Configuration

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=]",
],
  1. Restart CryptPad service (In YunoHost webadmin -> Services -> cryptpad -> Restart)

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing --debug
or
sudo yunohost app upgrade cryptpad -u https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps