https://github.com/yunohost-apps/cryptpad_ynh
CryptPad package for YunoHost
https://github.com/yunohost-apps/cryptpad_ynh
cryptpad yunohost yunohost-apps
Last synced: about 1 year ago
JSON representation
CryptPad package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/cryptpad_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2017-04-07T18:04:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T08:55:09.000Z (over 1 year ago)
- Last Synced: 2025-03-26T09:40:41.320Z (over 1 year ago)
- Topics: cryptpad, yunohost, yunohost-apps
- Language: JavaScript
- Homepage: https://cryptpad.fr
- Size: 824 KB
- Stars: 28
- Watchers: 7
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptPad for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/cryptpad/)


[](https://install-app.yunohost.org/?app=cryptpad)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install CryptPad quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) 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:** 2025.3.0~ynh1
**Demo:**
## Screenshots

## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
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:**