Skip to content

wayneoutthere/cryptpad_ynh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.12.0~ynh2

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: [
        "[[email protected]/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

About

CryptPad package for YunoHost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.3%
  • JavaScript 28.7%