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
2023-02-10 11:04:34 +00:00
.github Fix 2022-04-04 14:01:27 +02:00
conf Update app.src 2023-02-10 12:04:06 +01:00
doc Merge branch 'testing' into patch-2 2022-02-01 10:01:20 +01:00
scripts Update install 2023-02-10 09:55:57 +00:00
check_process Use sandbox domain and upgrade to v5.1.0 2022-12-09 18:01:27 +01:00
LICENSE Change to a compatible license 2018-03-11 15:26:19 +01:00
manifest.json Update manifest.json 2023-02-10 12:04:30 +01:00
README.md Auto-update README 2023-02-10 11:04:34 +00:00
README_fr.md Auto-update README 2023-02-10 11:04:34 +00: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: 5.2.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