mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
CryptPad package for YunoHost
.github | ||
conf | ||
doc | ||
scripts | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
CryptPad for YunoHost
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 collaborative encrypted document editor in real time. It is a privacy-friendly alternative to popular office tools and cloud services. All content stored in CryptPad is encrypted before being sent, which means that no one can access your data unless you give them the keys. You can share access to a document simply by sharing the link.
Shipped version: 4.6.0
Screenshots
Demo
Configuration
- How to configure this app: From the admin panel and the plain file
/var/www/cryptpad/config/config.js.
Documentation
- Official documentation: https://docs.cryptpad.fr/en/
- YunoHost documentation: If specific documentation is needed, feel free to contribute.
YunoHost specific features
Multi-user support
- Are LDAP and HTTP auth supported? No
- Can the app be used by multiple users? Yes
Supported architectures
Limitations
- Installation possible only on a root domain (CryptPad limitation)
- Can't login via SSO (due to this CryptPad limitation)
Additional information
- To increase space for CryptPad users, you can modify
/var/www/cryptpad/config/config.js
, and restart the CryptPad service withsudo service cryptpad restart
.
Links
- Report a bug: https://github.com/YunoHost-Apps/cryptpad_ynh/issues
- App website: https://cryptpad.fr/
- Upstream app repository: https://github.com/xwiki-labs/cryptpad
- YunoHost website: https://yunohost.org/
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