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
tituspijean 146319b5ed
Merge pull request #115 from YunoHost-Apps/enh-service
Fix service start detection
2021-11-26 18:46:52 +01:00
.github Update updater.sh 2021-11-11 09:28:45 +01:00
conf Update nginx.conf 2021-11-17 15:37:27 +01:00
doc 4.11.0 2021-09-09 10:51:09 +02:00
scripts Update service start line_match 2021-11-26 14:32:28 +01:00
check_process cleaning up 2021-09-19 08:33:36 +02:00
LICENSE Change to a compatible license 2018-03-11 15:26:19 +01:00
manifest.json Add logrotate 2021-11-14 14:56:02 +01:00
README.md Auto-update README 2021-11-10 16:46:33 +00:00
README_fr.md Auto-update README 2021-11-10 16:46:33 +00:00

CryptPad for YunoHost

Integration level
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.12.1~ynh1

Demo: https://cryptpad.fr/

Screenshots

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=]",
],

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